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

NameTypeAccessDescription
xfloatRead/WriteRepresents the horizontal coordinate of the point as a float
yfloatRead/WriteRepresents the vertical coordinate of the point as a float

See Also