PointFloat Class

Represents a point with floating point coordinates

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public class PointFloat
Inheritance
Object    PointFloat

Constructors

PointFloat Constructs a point with the given coordinates

Properties

Empty Gets the null point
X Gets or sets the point X coordinate
Y Gets or sets the point 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