PointF constructor
init
Constructs a new instance of PointF
def __init__(self):
...
init
Initializes a new instance of the PointF
structure with the specified coordinates.
def __init__(self, x, y):
...
Parameter | Type | Description |
---|---|---|
x | float | The horizontal position of the point. |
y | float | The vertical position of the point. |
See Also
- module
aspose.cad
- class
PointF