Transform2D.OfPoint
Method
Description:
Applies the transformation to the point and returns the result.
Applies the transformation to the point and returns the result.
Remarks:
Transformation of a point is affected by the translational part of the transformation.
Transformation of a point is affected by the translational part of the transformation.
Parameters
| Parameter | Type | Description |
|---|---|---|
| point | UV | The point to transform. |
Return Value
| Type | Description |
|---|---|
| UV | The transformed point. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |