PointF
Overview
PointF is a class in Aspose.Slides FOSS for .NET.
Represents a 2D point with float coordinates.
This class provides 4 methods for working with PointF objects in .NET programs.
Available methods include: Equals, GetHashCode, PointF, ToString.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: X, Y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
X | float | Read/Write | Gets or sets the X coordinate. |
Y | float | Read/Write | Gets or sets the Y coordinate. |
Methods
| Signature | Description |
|---|---|
PointF(x: float, y: float) | Initializes a new instance of PointF with the specified coordinates. |
Equals(obj: object?) | Determines whether the given object is equal to this PointF |
GetHashCode() | Returns a hash code based on the X and Y values |
ToString() | Returns a string representation of the point’s coordinates |