[]
Initializes a new instance of the C1Point struct.
public C1Point(double x, double y)
Public Sub New(x As Double, y As Double)
| Type | Name | Description |
|---|---|---|
| double | x | The x-coordinate value of the C1Point structure. |
| double | y | The y-coordinate value of the C1Point structure. |