Int32Rect(Int32, Int32, Int32, Int32) コンストラクター

定義

指定したInt32RectX座標、および指定したYWidthを使用して、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)

パラメーター

x
Int32

四角形の左上隅の x 座標を指定する新しいX インスタンスのInt32Rect

y
Int32

四角形の左上隅の y 座標を指定する新しいY インスタンスのInt32Rect

width
Int32

四角形の幅を指定する新しいWidth インスタンスのInt32Rect

height
Int32

四角形の高さを指定する新しいHeight インスタンスのInt32Rect

適用対象