IconCacheDrawIcon Method (Graphics, Int32, Int32, Int32, Single, Boolean) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draws a rotated Icon at the specified co-ordinates, with optional selection box.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void DrawIcon(
Graphics g,
int x,
int y,
int number,
float angle,
bool selection
)
Public Shared Sub DrawIcon (
g As Graphics,
x As Integer,
y As Integer,
number As Integer,
angle As Single,
selection As Boolean
)
Parameters
- g
- Type: System.DrawingGraphics
Graphics to draw on. - x
- Type: SystemInt32
X coordinate of icon. - y
- Type: SystemInt32
Y coordinate of icon. - number
- Type: SystemInt32
Icon number to draw. - angle
- Type: SystemSingle
Clockwise rotation in degrees. - selection
- Type: SystemBoolean
Should a selection box be drawn around the icon.
See Also