|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
SizeF
|
|
Constructs a SizeF given a width and a height. |
|
|
|
|
|
|
|
S» Add
|
|
Gets a new SizeF containing the sum of coordinates of two
supplied sizes. |
|
|
|
|
|
|
|
Equals
|
|
Determines whether the specified object is a SizeF, value
identical to this one. |
|
|
|
|
|
|
|
GetHashCode
|
|
Obtains a hash code for the SizeF. |
|
|
|
|
|
|
|
Scale
|
|
Scales the size. |
|
|
|
|
|
|
|
S» Subtract
|
|
Gets a new SizeF by subtracting the coordinates of two supplied
sizes from each other. |
|
|
|
|
|
|
|
ToPointF
|
|
Converts the SizeF to a PointF. |
|
|
|
|
|
|
|
ToSize
|
|
Converts the SizeF to a Size. |
|
|
|
|
|
|
|
ToString
|
|
Converts the object to a string representation such as
'Width=10.1, Height=20.4'. |
|
|
|
|
|
|
|
S» Tween
|
|
Find a size between two other sizes using linear
interpolation. |
|
|
|
|
|
|