다음을 통해 공유


Stroke.GetBounds 메서드

정의

Stroke 개체의 경계 상자를 검색합니다.

public:
 virtual System::Windows::Rect GetBounds();
public virtual System.Windows.Rect GetBounds ();
abstract member GetBounds : unit -> System.Windows.Rect
override this.GetBounds : unit -> System.Windows.Rect
Public Overridable Function GetBounds () As Rect

반환

Rect 개체의 경계 상자를 정의하는 Stroke 구조체입니다.

예제

다음 예제는 방법에 대 한 경계 사각형을 Stroke 개체입니다.

Rect myRect = thisStroke.GetBounds();
Dim myRect As Rect = thisStroke.GetBounds()

적용 대상