CoreDragOperation.SetDragUIContentFromSoftwareBitmap 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
SetDragUIContentFromSoftwareBitmap(SoftwareBitmap) |
Legt benutzerdefinierten Inhalt der Benutzeroberfläche mithilfe einer Software-Bitmap fest. |
SetDragUIContentFromSoftwareBitmap(SoftwareBitmap, Point) |
Legt benutzerdefinierten Inhalt der Benutzeroberfläche mithilfe einer Software-Bitmap fest. |
SetDragUIContentFromSoftwareBitmap(SoftwareBitmap)
Legt benutzerdefinierten Inhalt der Benutzeroberfläche mithilfe einer Software-Bitmap fest.
public:
virtual void SetDragUIContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap) = SetDragUIContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetDragUIContentFromSoftwareBitmap")]
void SetDragUIContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap);
[Windows.Foundation.Metadata.Overload("SetDragUIContentFromSoftwareBitmap")]
public void SetDragUIContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap);
function setDragUIContentFromSoftwareBitmap(softwareBitmap)
Public Sub SetDragUIContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap)
Parameter
- softwareBitmap
- SoftwareBitmap
Die benutzerdefinierte Benutzeroberfläche zieht Inhalte.
- Attribute
Weitere Informationen
Gilt für:
SetDragUIContentFromSoftwareBitmap(SoftwareBitmap, Point)
Legt benutzerdefinierten Inhalt der Benutzeroberfläche mithilfe einer Software-Bitmap fest.
public:
virtual void SetDragUIContentFromSoftwareBitmap(SoftwareBitmap ^ softwareBitmap, Point anchorPoint) = SetDragUIContentFromSoftwareBitmap;
/// [Windows.Foundation.Metadata.Overload("SetDragUIContentFromSoftwareBitmapWithAnchorPoint")]
void SetDragUIContentFromSoftwareBitmap(SoftwareBitmap const& softwareBitmap, Point const& anchorPoint);
[Windows.Foundation.Metadata.Overload("SetDragUIContentFromSoftwareBitmapWithAnchorPoint")]
public void SetDragUIContentFromSoftwareBitmap(SoftwareBitmap softwareBitmap, Point anchorPoint);
function setDragUIContentFromSoftwareBitmap(softwareBitmap, anchorPoint)
Public Sub SetDragUIContentFromSoftwareBitmap (softwareBitmap As SoftwareBitmap, anchorPoint As Point)
Parameter
- softwareBitmap
- SoftwareBitmap
Die benutzerdefinierte Benutzeroberfläche zieht Inhalte.
- anchorPoint
- Point
Die relative Position des Visuals vom Zeiger ziehen. Der Ankerpunkt darf sich nicht außerhalb des Inhalts befinden. Wenn der Ankerpunkt beispielsweise (50, 50) und die Position des Zeigers (x, y) ist, lautet die linke obere Ecke für das Visual (x - 50, y - 50).
- Attribute