RubberbandRectangleDrawXORRectangle Method (Graphics, 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 co-ordinates. This
uses GDI function, which isn't supported on Linux.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void DrawXORRectangle(
Graphics grp,
int X1,
int Y1,
int X2,
int Y2
)
Public Sub DrawXORRectangle (
grp As Graphics,
X1 As Integer,
Y1 As Integer,
X2 As Integer,
Y2 As Integer
)
Parameters
- grp
- Type: System.DrawingGraphics
The Graphics 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