[]
        
(Showing Draft Content)

GrapeCity.Drawing.SizeInt

SizeInt Struct

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

Implements
Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct SizeInt : IEquatable<SizeInt>
Public Structure SizeInt
    Implements IEquatable(Of SizeInt)

Constructors

Name Description
SizeInt(int, int)

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

Fields

Name Description
Empty

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

Properties

Name Description
Height

Gets or sets the vertical component of this SizeInt structure.

IsEmpty

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

Width

Gets or sets the horizontal component of this SizeInt structure.

Methods

Name Description
Equals(SizeInt)

Indicates whether this value and a specified value are equal.

Equals(object)

Indicates whether this value and a specified value are equal.

GetHashCode()

Returns the hash code for this value.