SizeF class

SizeF class

Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.

The SizeF type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the SizeF structure from the specified existing SizeF structure.
initInitializes a new instance of the SizeF structure from the specified dimensions.
initConstructs a new instance of SizeF

Properties

PropertyDescription
is_emptyGets a value that indicates whether this SizeF structure has zero width and height.
widthGets or sets the horizontal component of this SizeF structure.
heightGets or sets the vertical component of this SizeF structure.
EMPTYGets a SizeF structure that has a SizeF.height and SizeF.width value of 0.

Methods

MethodDescription
cloneClones this Aspose.Page.Drawing.SizeF.

See Also