PointF
Overview
PointF is a class in Aspose.Slides FOSS for Python.
Represents a 2D point with float coordinates, equivalent to System.Drawing.PointF.
This class provides 1 method for working with PointF objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: x, y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | `` | Read | Gets the x. |
y | `` | Read | Gets the y. |
Methods
| Signature | Description |
|---|---|
__init__(x: float, y: float) |