Click or drag to resize

RubberbandRectangleDrawXORRectangle Method (Control, Int32, Int32, Int32, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void DrawXORRectangle(
	Control control,
	int X1,
	int Y1,
	int X2,
	int Y2
)

Parameters

control
Type: System.Windows.FormsControl
The control to draw on.
X1
Type: SystemInt32
The top left x coordinate.
Y1
Type: SystemInt32
The top left y coordinate.
X2
Type: SystemInt32
The bottom right x coordinate.
Y2
Type: SystemInt32
The bottom right y coordinate.
See Also