PointF constructor
init(self, x=0.0, y=0.0)
Creates a point with the specified coordinates.
def __init__(self, x=0.0, y=0.0):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The horizontal position of the point. |
| y | float | The vertical position of the point. |
Exceptions
| Exception | Description |
|---|---|
| TypeError | A coordinate is not a number. |
See Also
- class
PointF - module
aspose.slides - library
Aspose.Slides