ASP.NET Pack Programmer's Guide
ICanvas.GetRotatedBounds Method
See Also
 





Gets the bounding box of a rotated rectangle.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

Rect GetRotatedBounds (
    Rect rect,
    float angle
)

Visual Basic  Copy Code

Function GetRotatedBounds( _
    rect As Rect, _
    angle As Single _
) As Rect

 Parameters

rect

A Rect to rotate.

angle

Rotation angle.

 Return Value

A Rect that bounds the specified rotated rectangle.

 See Also

ICanvas Members
ICanvas Interface
MindFusion.Mapping Namespace