Share via


GeneralTransformGroup.TransformBounds(Rect) 메서드

정의

지정된 경계 상자를 원래 경계 상자의 모든 위치를 포함할 수 있는 최소 크기의 축에 맞춰진 경계 상자로 변환합니다.

public:
 override System::Windows::Rect TransformBounds(System::Windows::Rect rect);
public override System.Windows.Rect TransformBounds (System.Windows.Rect rect);
override this.TransformBounds : System.Windows.Rect -> System.Windows.Rect
Public Overrides Function TransformBounds (rect As Rect) As Rect

매개 변수

rect
Rect

변환할 경계 상자입니다.

반환

Rect

변환된 경계 상자, 즉 원래 경계 상자의 모든 위치를 포함할 수 있는 최소 크기의 축에 맞춰진 경계 상자입니다.

적용 대상