Click or drag to resize

RubberbandRectangle Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The RubberbandRectangle type exposes the following members.

Methods
  NameDescription
Public methodDrawXORRectangle(Control, Int32, Int32, Int32, Int32)
Draw/remove a rectangle at the specified coordinates. Only solid and dashed rectangles are supported (other PenStyles are mapped to dashed rectangles), but this function is compatible with all platforms.
Public methodDrawXORRectangle(Graphics, Int32, Int32, Int32, Int32)
Draw/remove a rectangle at the specified co-ordinates. This uses GDI function, which isn't supported on Linux.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also