Transform Method (GraphicsPath)
In This Topic
Applies a transform matrix to this GraphicsPath.
Syntax
'Declaration
Public Sub Transform( _
ByVal As Matrix3x2 _
)
public void Transform(
Matrix3x2
)
Parameters
- matrix
- A Matrix3x2 that represents the transformation to apply.
See Also