CurveUV.Transform
Method
Description:
Transform this CurveUV by the given 2D affine transform if possible.
Transform this CurveUV by the given 2D affine transform if possible.
Parameters
| Parameter | Type | Description |
|---|---|---|
| trfUV | Transform2D | The given 2D affine transform. |
Return Value
| Type | Description |
|---|---|
| CurveUV | If successful a transformed CurveUV, otherwise . |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |