|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
Size
|
|
Constructs a Size given a width and a height. |
|
|
|
|
|
|
|
S» Add
|
|
Gets a new Size containing the sum of coordinates of two
supplied sizes. |
|
|
|
|
|
|
|
S» Ceiling
|
|
Returns a new Size copied from the supplied SizeF. Coordinates
will be rounded to the nearest larger integer. |
|
|
|
|
|
|
|
Equals
|
|
Determines whether the specified object is a Size, value
identical to this one. |
|
|
|
|
|
|
|
GetHashCode
|
|
Obtains a hash code for the Size. |
|
|
|
|
|
|
|
S» Round
|
|
Returns a new Size copied from the supplied SizeF. Coordinates
will be rounded to the nearest integer. |
|
|
|
|
|
|
|
Scale
|
|
Scales the size. |
|
|
|
|
|
|
|
S» Subtract
|
|
Gets a new Size by subtracting the coordinates of two supplied
sizes from each other. |
|
|
|
|
|
|
|
ToString
|
|
Converts the object to a string representation such as
'Width=10, Height=20'. |
|
|
|
|
|
|
|
S» Truncate
|
|
Returns a new Size copied from the supplied SizeF. Coordinates
will be truncated to integers. |
|
|
|
|
|
|
|
S» Tween
|
|
Find a size between two other sizes using linear
interpolation. |
|
|
|
|
|
|