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

NameTypeAccessDescription
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.

Methods

SignatureDescription
PointF()
PointF(x: float, y: float)

See Also