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