Initializes a new instance of the System.Drawing.Size structure from the specified dimensions.
The width component of the new System.Drawing.Size.
The height component of the new System.Drawing.Size.
Gets or sets the vertical component of this System.Drawing.Size structure.
The vertical component of this System.Drawing.Size structure, typically measured in pixels.
Tests whether this System.Drawing.Size structure has width and height of 0.
This property returns true when this System.Drawing.Size structure has both a width and height of 0; otherwise, false.
Gets or sets the horizontal component of this System.Drawing.Size structure.
The horizontal component of this System.Drawing.Size structure, typically measured in pixels.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticAddAdds the width and height of one System.Drawing.Size structure to the width and height of another System.Drawing.Size structure.
The first System.Drawing.Size structure to add.
The second System.Drawing.Size structure to add.
A System.Drawing.Size structure that is the result of the addition operation.
StaticCeilingConverts the specified System.Drawing.SizeF structure to a System.Drawing.Size structure by rounding the values of the System.Drawing.Size structure to the next higher integer values.
The System.Drawing.SizeF structure to convert.
The System.Drawing.Size structure this method converts to.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
StaticRoundConverts the specified System.Drawing.SizeF structure to a System.Drawing.Size structure by rounding the values of the System.Drawing.SizeF structure to the nearest integer values.
The System.Drawing.SizeF structure to convert.
The System.Drawing.Size structure this method converts to.
StaticSubtractSubtracts the width and height of one System.Drawing.Size structure from the width and height of another System.Drawing.Size structure.
The System.Drawing.Size structure on the left side of the subtraction operator.
The System.Drawing.Size structure on the right side of the subtraction operator.
A System.Drawing.Size structure that is a result of the subtraction operation.
Stores an ordered pair of integers, which specify a System.Drawing.Size.Height and System.Drawing.Size.Width.