PointFloat Class

Point with floating point coordinates

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PointFloat
Inheritance
Object    PointFloat

Constructors

PointFloat Creates a point from X and Y coordinates

Properties

Empty The null point
X X coordinate
Y Y coordinate

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also