Point

Overview

Point is a class in Aspose.PDF FOSS for .NET.

A 2D point (x, y).

This class provides 1 method for working with Point objects in .NET programs. Available methods include: Point. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: X, Y.

Properties

NameTypeAccessDescription
XdoubleRead/WriteGets or sets the x.
YdoubleRead/WriteGets or sets the y.

Methods

SignatureDescription
Point(x: double, y: double)Calls Point on this Point instance.

See Also