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

要轉換的週框方塊。

傳回

轉換的週框方塊,也就是最小的軸對齊週框方塊,能在其原始週框方塊中包含所有的點。

適用於