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) |
Erstellt ein visuelles Element aus einer bereitgestellten SoftwareBitmap , um die gezogenen Daten in einem Drag-and-Drop-Vorgang darzustellen. |
SetContentFromSoftwareBitmap(SoftwareBitmap, Point) |
Erstellt ein visuelles Element aus einer bereitgestellten SoftwareBitmap , um die gezogenen Daten in einem Drag-and-Drop-Vorgang darzustellen, und legt die relative Position des Visuals aus dem Zeiger fest. |
SetContentFromSoftwareBitmap(SoftwareBitmap)
Erstellt ein visuelles Element aus einer bereitgestellten SoftwareBitmap , um die gezogenen Daten in einem Drag-and-Drop-Vorgang darzustellen.
public:
virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmap")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap);
function setContentFromSoftwareBitmap(softwareBitmap)
Public Sub SetContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap)
Parameter
- softwareBitmap
- SoftwareBitmap
Das Quellimage, das zum Erstellen des Visuals zum Ziehen verwendet wird.
- Attribute
Weitere Informationen
Gilt für:
SetContentFromSoftwareBitmap(SoftwareBitmap, Point)
Erstellt ein visuelles Element aus einer bereitgestellten SoftwareBitmap , um die gezogenen Daten in einem Drag-and-Drop-Vorgang darzustellen, und legt die relative Position des Visuals aus dem Zeiger fest.
public:
virtual void SetContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap, Point anchorPoint) = SetContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmapWithAnchorPoint")]
void SetContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetContentFromSoftwareBitmapWithAnchorPoint")]
public void SetContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap, Point anchorPoint);
function setContentFromSoftwareBitmap(softwareBitmap, anchorPoint)
Public Sub SetContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap, anchorPoint As Point)
Parameter
- softwareBitmap
- SoftwareBitmap
Das Quellimage, das zum Erstellen des Visuals zum Ziehen verwendet wird.
- anchorPoint
- Point
Die relative Position des Visuals vom Zeiger ziehen.
- Attribute