[]
        
(Showing Draft Content)

GrapeCity.Drawing.Size

Size Struct

Stores an ordered pair of integers, which specify a Height and Width.

Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct Size
Public Structure Size

Constructors

Name Description
Size(double, double)

Initializes a new instance of the Size class with the specified dimensions.

Fields

Name Description
Empty

Gets a Size structure that has a Height and Width value of 0.

Properties

Name Description
Height

Gets or sets the vertical component of this Size structure.

IsEmpty

Checks whether this Size structure has width and height of 0. This property returns true when this Size structure has both a width and height of 0; otherwise, false.

Width

Gets or sets the horizontal component of this Size structure.