Compositor.CreateRectangleClip 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
CreateRectangleClip(Single, Single, Single, Single) |
Erstellt eine Instanz von |
CreateRectangleClip(Single, Single, Single, Single, Vector2, Vector2, Vector2, Vector2) |
Erstellt eine Instanz von |
CreateRectangleClip() |
Erstellt eine Instanz von |
CreateRectangleClip(Single, Single, Single, Single)
Erstellt eine Instanz von RectangleClip
mit den angegebenen Randwerten.
public:
virtual RectangleClip ^ CreateRectangleClip(float left, float top, float right, float bottom) = CreateRectangleClip;
/// [Windows.Foundation.Metadata.Overload("CreateRectangleClipWithSides")]
RectangleClip CreateRectangleClip(float const& left, float const& top, float const& right, float const& bottom);
[Windows.Foundation.Metadata.Overload("CreateRectangleClipWithSides")]
public RectangleClip CreateRectangleClip(float left, float top, float right, float bottom);
function createRectangleClip(left, top, right, bottom)
Public Function CreateRectangleClip (left As Single, top As Single, right As Single, bottom As Single) As RectangleClip
Parameter
- left
-
Single
float
- top
-
Single
float
Der Offset des oberen Rands vom oberen Rand des visuellen Elements in Pixel.
- right
-
Single
float
Der Offset des rechten Rands von rechts vom visuellen Element in Pixel.
- bottom
-
Single
float
Der Offset des linken unteren Rands vom unteren Rand des visuellen Elements in Pixel.
Gibt zurück
Die erstellte Instanz von RectangleClip
.
- Attribute
Gilt für:
CreateRectangleClip(Single, Single, Single, Single, Vector2, Vector2, Vector2, Vector2)
Erstellt eine Instanz von RectangleClip
mit den angegebenen Rand- und Eckradiuswerten.
public:
virtual RectangleClip ^ CreateRectangleClip(float left, float top, float right, float bottom, float2 topLeftRadius, float2 topRightRadius, float2 bottomRightRadius, float2 bottomLeftRadius) = CreateRectangleClip;
/// [Windows.Foundation.Metadata.Overload("CreateRectangleClipWithSidesAndRadius")]
RectangleClip CreateRectangleClip(float const& left, float const& top, float const& right, float const& bottom, float2 const& topLeftRadius, float2 const& topRightRadius, float2 const& bottomRightRadius, float2 const& bottomLeftRadius);
[Windows.Foundation.Metadata.Overload("CreateRectangleClipWithSidesAndRadius")]
public RectangleClip CreateRectangleClip(float left, float top, float right, float bottom, Vector2 topLeftRadius, Vector2 topRightRadius, Vector2 bottomRightRadius, Vector2 bottomLeftRadius);
function createRectangleClip(left, top, right, bottom, topLeftRadius, topRightRadius, bottomRightRadius, bottomLeftRadius)
Public Function CreateRectangleClip (left As Single, top As Single, right As Single, bottom As Single, topLeftRadius As Vector2, topRightRadius As Vector2, bottomRightRadius As Vector2, bottomLeftRadius As Vector2) As RectangleClip
Parameter
- left
-
Single
float
Der Offset des linken Rands von der linken Seite des visuellen Elements in Pixel.
- top
-
Single
float
Der Offset des oberen Rands vom oberen Rand des visuellen Elements in Pixel.
- right
-
Single
float
Der Offset des rechten Rands von rechts vom visuellen Element in Pixel.
- bottom
-
Single
float
Der Offset des linken unteren Rands vom unteren Rand des visuellen Elements in Pixel.
Der Betrag, um den die obere linke Ecke des Rechtecks gerundet wird, in Pixeln.
Der Betrag, um den die obere rechte Ecke des Rechtecks gerundet wird, in Pixeln.
Der Betrag, um den die untere rechte Ecke des Rechtecks gerundet wird, in Pixeln.
Der Betrag, um den die untere linke Ecke des Rechtecks gerundet wird, in Pixeln.
Gibt zurück
Die erstellte Instanz von RectangleClip
.
- Attribute
Gilt für:
CreateRectangleClip()
Erstellt eine Instanz von RectangleClip
mit Standardwerten.
public:
virtual RectangleClip ^ CreateRectangleClip() = CreateRectangleClip;
/// [Windows.Foundation.Metadata.Overload("CreateRectangleClip")]
RectangleClip CreateRectangleClip();
[Windows.Foundation.Metadata.Overload("CreateRectangleClip")]
public RectangleClip CreateRectangleClip();
function createRectangleClip()
Public Function CreateRectangleClip () As RectangleClip
Gibt zurück
Die erstellte Instanz von RectangleClip
.
- Attribute