RectHelper.FromCoordinatesAndDimensions Methode

Definition

Erstellt einen neuen Rect-Wert basierend auf den Elementwerten einer Rect-Struktur . C# und Microsoft Visual Basic-Code sollten stattdessen den Rect(Double,Double,Double,Double,Double)- Konstruktor verwenden.

public:
 static Rect FromCoordinatesAndDimensions(float x, float y, float width, float height);
 static Rect FromCoordinatesAndDimensions(float const& x, float const& y, float const& width, float const& height);
public static Rect FromCoordinatesAndDimensions(float x, float y, float width, float height);
function fromCoordinatesAndDimensions(x, y, width, height)
Public Shared Function FromCoordinatesAndDimensions (x As Single, y As Single, width As Single, height As Single) As Rect

Parameter

x
Single

float

Der für X festzulegende Pixelwert.

y
Single

float

Der Pixelwert, der für Y festgelegt werden soll.

width
Single

float

Der Pixelwert, der für Width festgelegt werden soll.

height
Single

float

Der Pixelwert, der für Height festgelegt werden soll.

Gibt zurück

Das erstellte Rect.

Gilt für: