Search
IMatrix.TransformRect Method
See Also
 






Applies the geometric transform represented by this IMatrix to the specified rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Rect TransformRect (
    Rect rect
)

Visual Basic  Copy Code

Function TransformRect( _
    rect As Rect _
) As Rect

 Parameters

rect

The rectangle to transform.

 Return Value

The transformed rectangle.

 See Also