SizeFloat Class

Represents a size object with floating point width and height

Definition

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

Constructors

SizeFloat Constructs a size object with the given width and height

Properties

Empty The null size
Height The height
Width The width

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