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





Gets the bounding box of a rotated rectangle.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public Rect GetRotatedBounds (
    Rect rect,
    float angle
)

Visual Basic  Copy Code

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

 Parameters

rect

Type: Rect

angle

Rotation angle.

 Return Value

Type: Rect

 See Also

GdiCanvas Members
GdiCanvas Class
MindFusion.Mapping.WebForms Namespace