PointF
Overview
PointF is a class in Aspose.Slides FOSS for Python.
Represents a 2D point with float coordinates, equivalent to System.Drawing.PointF.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | `` | Read | Represents the horizontal coordinate of the point |
y | `` | Read | Represents the vertical coordinate of the point |
Methods
| Signature | Description |
|---|---|
__init__(x: float, y: float) |