Drawing.Bounds 属性

定义

获取绘图内容与轴对齐的边界。

public:
 property System::Windows::Rect Bounds { System::Windows::Rect get(); };
public System.Windows.Rect Bounds { get; }
member this.Bounds : System.Windows.Rect
Public ReadOnly Property Bounds As Rect

属性值

Rect

绘图内容与轴对齐的边界。

适用于