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 实例的 Int32Rect,用于指定矩形左上角的 x 坐标。

y
Int32

新的 Y 实例的 Int32Rect,用于指定矩形左上角的 y 坐标。

width
Int32

新的 Width 实例的 Int32Rect,用于指定矩形的宽度。

height
Int32

新的 Height 实例的 Int32Rect,用于指定矩形的高度。

适用于