Point Class
Represent point with fractional coordinates.
Inheritance Hierarchy
SystemObject
  Aspose.PdfPoint

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Point

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Initializes new instance of the Point.
Properties
  NameDescription
Public propertyStatic memberTrivial
Gets point with zero coordinates.
Public propertyX
X coordinate value.
Public propertyY
Y coordinate value.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToPoint
Converts point into System.Drawing.PointF object.
Public methodToString (Inherited from Object.)
See Also