EllipseGeometry.Bounds 속성

정의

Rect의 경계 상자를 나타내는 EllipseGeometry를 가져옵니다. 이 메서드에서는 스트로크에 의해 추가될 수 있는 여분의 영역을 고려하지 않습니다.

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

속성 값

Rect

EllipseGeometry의 경계 상자입니다.

적용 대상