Click or drag to resize

Size Methods

The Size type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this Size instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Size) Determines whether the other Size is equal to this Size instance.
Public methodGetHashCode Returns a hash code for this Size instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns the value as string, in such format: W:65.754; H:120.33233.
(Overrides ValueTypeToString)
Top
See Also