RubberbandRectangleDrawXORRectangle Method (Control, Int32, Int32, Int32, Int32) | |
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
)
Public Sub DrawXORRectangle (
control As Control,
X1 As Integer,
Y1 As Integer,
X2 As Integer,
Y2 As Integer
)
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