Click or drag to resize

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

Verizon Connect Logo
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
)

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