Search
IGraphicsPath.Transform Method
See Also
 





Applies a transform matrix to this IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void Transform (
    IMatrix matrix
)

Visual Basic  Copy Code

Sub Transform( _
    matrix As IMatrix _
)

 Parameters

matrix

An IMatrix that represents the transformation to apply.

 See Also