Click or drag to resize

Rectangle Methods

The Rectangle type exposes the following members.

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