__init__ constructor
Leave feedback
On this page
Initializes a new Point with the specified coordinates.
def __init__(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float |
The x coordinate. |
| y | float |
The y coordinate. |
from groupdocs.annotation.models import Point
p = Point(80.0, 600.0)
- class
Point
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.