PointF
Overview
PointF is a class in Aspose.Slides FOSS for .NET.
Represents a 2D point with float coordinates.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
X | float | Read/Write | Gets or sets the horizontal coordinate of the point |
Y | float | Read/Write | Gets or sets the vertical coordinate of the point |
Methods
| Signature | Description |
|---|---|
PointF(x: float, y: float) | Initializes a new PointF with the specified X and Y 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 |