Click or drag to resize

RubberbandRectangle Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Class to draw XOR rubber-band selection areas on a map.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.ImageUtilsRubberbandRectangle

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class RubberbandRectangle

The RubberbandRectangle type exposes the following members.

Constructors
  NameDescription
Public methodRubberbandRectangle
Construct a new (default) rubberband.
Top
Properties
  NameDescription
Public propertyPenStyle
Gets or sets the PenStyle to use.
Top
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
Remarks
Used to draw selection boxes on a map when (for example) click-dragging a mouse.
See Also