Transform the region.
Syntax

[C#]

void Transform(Matrix matrix);

[Visual Basic]

Sub Transform(matrix As Matrix)
Params
Name Description
matrix The affine matrix to use for the transform.
Notes

None.

Example

None.