点击或拖拽改变大小

RRect 属性

RRect 类型公开以下成员。

属性
  名称说明
公共属性Bottom
Gets the y-coordinate that is the sum of Y and Height of this RRect structure.
公共属性Height
Gets or sets the height of this RRect structure.
公共属性IsEmpty
Tests whether the Width or Height property of this RRect has a value of zero.
公共属性Left
Gets the x-coordinate of the left edge of this RRect structure.
公共属性Location
Gets or sets the coordinates of the upper-left corner of this RRect structure.
公共属性Right
Gets the x-coordinate that is the sum of X and Width of this RRect structure.
公共属性Size
Gets or sets the size of this RRect.
公共属性Top
Gets the y-coordinate of the top edge of this RRect structure.
公共属性Width
Gets or sets the width of this RRect structure.
公共属性X
Gets or sets the x-coordinate of the upper-left corner of this RRect structure.
公共属性Y
Gets or sets the y-coordinate of the upper-left corner of this RRect structure.
Top
参见