Sdílet prostřednictvím


Int32Rect(Int32, Int32, Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci Int32Rect se zadanými X a Y souřadnicemi a zadanými Width a Height.

public:
 Int32Rect(int x, int y, int width, int height);
public Int32Rect (int x, int y, int width, int height);
new System.Windows.Int32Rect : int * int * int * int -> System.Windows.Int32Rect
Public Sub New (x As Integer, y As Integer, width As Integer, height As Integer)

Parametry

x
Int32

Int32Rect Nová X instance, která určuje souřadnici x levého horního rohu obdélníku.

y
Int32

Int32Rect Nová Y instance, která určuje souřadnici y levého horního rohu obdélníku.

width
Int32

Int32Rect Nová Width instance, která určuje šířku obdélníku.

height
Int32

Int32Rect Nová Height instance, která určuje výšku obdélníku.

Platí pro