DragUIOverride.SetContentFromSoftwareBitmap Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetContentFromSoftwareBitmap(SoftwareBitmap) |
Gibt an, dass die visuelle Darstellung des gezogenen Inhalts von der angegebenen Bitmap abgeleitet werden soll. |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
Gibt an, dass die visuelle Darstellung des gezogenen Inhalts von der angegebenen Bitmap abgeleitet und an der angegebenen Position basierend auf der Position des Zeigers angezeigt werden soll. |
SetContentFromSoftwareBitmap(SoftwareBitmap)
Gibt an, dass die visuelle Darstellung des gezogenen Inhalts von der angegebenen Bitmap abgeleitet werden soll.
public:
virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ bitmap) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& bitmap);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap bitmap);
function setContentFromSoftwareBitmap(bitmap)
Public Sub SetContentFromSoftwareBitmap (bitmap As SoftwareBitmap)
Parameter
- bitmap
- SoftwareBitmap
Die Bitmap, die als visuelle Darstellung des gezogenen Inhalts verwendet werden soll.
- Attribute
Gilt für:
SetContentFromSoftwareBitmap(SoftwareBitmap, Point)
Gibt an, dass die visuelle Darstellung des gezogenen Inhalts von der angegebenen Bitmap abgeleitet und an der angegebenen Position basierend auf der Position des Zeigers angezeigt werden soll.
public:
virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ bitmap, Point anchorPoint) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap2")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& bitmap, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap2")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap bitmap, Point anchorPoint);
function setContentFromSoftwareBitmap(bitmap, anchorPoint)
Public Sub SetContentFromSoftwareBitmap (bitmap As SoftwareBitmap, anchorPoint As Point)
Parameter
- bitmap
- SoftwareBitmap
Die Bitmap, die als visuelle Darstellung des gezogenen Inhalts verwendet werden soll.
- anchorPoint
- Point
Die Position der Bitmap basierend auf der Position des Zeigers.
- Attribute