SizeF Methods |
The SizeF type exposes the following members.
Name | Description | |
---|---|---|
Abs |
Returns the absolute width and height of the specified size | |
Contains(PointF) | ||
Contains(Single, Single) | ||
Equals(Object) |
Compares this size to the specified obj (Overrides ValueTypeEquals(Object).) | |
Equals(SizeF) |
Compares this size to the other size
| |
FitTo |
Fits this size to the specified constraint, keeping the aspect
| |
GetHashCode |
Gets the hash code for this Size
(Overrides ValueTypeGetHashCode.) | |
Max |
Returns the maximum width and height of two sizes
| |
Min |
Returns the minimum width and height of two sizes
| |
ToString |
Converts this Size struct to a string
(Overrides ValueTypeToString.) |