PointF

Overview

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

Represents a 2D point with float coordinates, equivalent to System.Drawing.PointF.

Properties

NameTypeAccessDescription
x``ReadRepresents the horizontal coordinate of the point
y``ReadRepresents the vertical coordinate of the point

Methods

SignatureDescription
__init__(x: float, y: float)

See Also