Summary
Transforms the point by a matrix.
Syntax
public Point Transform(Matrix transform)
Parameters
Name | Type | Description |
---|---|---|
transform | Matrix | The transform. |
Return Value
Type | Description |
---|---|
Point | The transformed point. |