Application.NewUV(Double, Double)
Method
Description:
Creates a UV object representing coordinates in 2-space with supplied values.
Creates a UV object representing coordinates in 2-space with supplied values.
Parameters
| Parameter | Type | Description |
|---|---|---|
| u | Double | The first coordinate. |
| v | Double | The second coordinate. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when setting an infinite number to the U or V property. |