Transform.TransformBounds(Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.
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
Parameters
- rect
- Rect
The bounding box to transform.
Returns
The smallest axis-aligned bounding box that can contain the transformed rect
.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.