PointF

Overview

PointF is a class in Aspose.Slides FOSS for .NET.

Represents a 2D point with float coordinates.

Properties

NameTypeAccessDescription
XfloatRead/WriteGets or sets the horizontal coordinate of the point
YfloatRead/WriteGets or sets the vertical coordinate of the point

Methods

SignatureDescription
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

See Also