Click or drag to resize

IconCacheRectangle Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the Rectangle of the given icon.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Rectangle Rectangle(
	int Icon,
	int x,
	int y
)

Parameters

Icon
Type: SystemInt32
Index of the icon to get rectangle for.
x
Type: SystemInt32
X coordinate of icon.
y
Type: SystemInt32
Y coordinate of icon.

Return Value

Type: Rectangle
A Rectangle around the icon.
See Also