PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
RectLike
介面 RectLike
基本矩形介面,帶有
left
,
top
,
right
,
bottom
座標的物件
interface
RectLike
{
bottom
:
number
;
left
:
number
;
right
:
number
;
top
:
number
;
}
實作於
CRect
索引
屬性
bottom
left
right
top
屬性
bottom
bottom
:
number
下面
left
left
:
number
左邊
right
right
:
number
右邊
top
top
:
number
上面
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
bottom
left
right
top
Sample Code
PilotGaea 3D O'view
載入中...
基本矩形介面,帶有
left,top,right,bottom座標的物件