Click or drag to resize

IconCacheDrawIcon Method (Graphics, Int32, Int32, Int32, Boolean)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Draws the specified Icon at the given 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,
	bool selection
)

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.
selection
Type: SystemBoolean
Should a selection box be drawn around the icon.
See Also