SizeF Methods
.NET Framework 4
The SizeF type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds the width and height of one SizeF structure to the width and height of another SizeF structure. |
|
Equals | Tests to see whether the specified object is a SizeF structure with the same dimensions as this SizeF structure. (Overrides ValueType.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns a hash code for this Size structure. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Subtract | Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure. |
|
ToPointF | Converts a SizeF structure to a PointF structure. |
|
ToSize | Converts a SizeF structure to a Size structure. |
|
ToString | Creates a human-readable string that represents this SizeF structure. (Overrides ValueType.ToString().) |