Cad2DPoint constructor
init
Initializes a new instance of the Cad2DPoint class.
def __init__(self):
...
init
Initializes a new instance of the Cad2DPoint class.
def __init__(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x ordinate. |
| y | float | The y ordinate. |
See Also
- module
aspose.cad.fileformats.cad.cadobjects - class
Cad2DPoint