IconCacheRectangle Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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
)
Public Shared Function Rectangle (
Icon As Integer,
x As Integer,
y As Integer
) As Rectangle
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:
RectangleA
Rectangle around the icon.
See Also