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

定義

Int32Rect 座標と X 座標、および 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

適用対象