Geometry.Bounds 屬性

定義

取得 Rect ,指定 Geometry的軸對齊周框方塊。

public:
 property Rect Bounds { Rect get(); };
Rect Bounds();
public Rect Bounds { get; }
var rect = geometry.bounds;
Public ReadOnly Property Bounds As Rect

屬性值

Geometry的軸對齊周框方塊。

適用於

另請參閱