PointF

Overview

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

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

This class provides 1 method for working with PointF objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: x, y.

Properties

NameTypeAccessDescription
x``ReadGets the x.
y``ReadGets the y.

Methods

SignatureDescription
__init__(x: float, y: float)

See Also