IRect 接口

定义

视图元素位置和大小的表示形式。

public interface IRect
type IRect = interface
Public Interface IRect
派生

属性

CenterX

元素中心的 X 坐标。

CenterY

元素中心的 Y 坐标。

Height

元素的高度。

Width

元素的宽度。

X

元素左上角的 X 坐标。

Y

元素左上角的 Y 坐标。

适用于