PointF
Overview
PointF is a struct in Aspose.Slides FOSS for C++.
Represents a 2D point with float coordinates, equivalent to System.Drawing.PointF.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | float | Read/Write | Represents the horizontal coordinate of the point as a float |
y | float | Read/Write | Represents the vertical coordinate of the point as a float |