共用方式為


IRect 介面

定義

檢視專案位置和大小的表示。

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

屬性

CenterX

元素中央的 X 座標。

CenterY

元素中央的 Y 座標。

Height

專案的高度。

Width

專案的寬度。

X

元素左上角的 X 座標。

Y

元素左上角的 Y 座標。

適用於