Click or drag to resize

IconCache Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The IconCache type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDrawIcon(Graphics, Int32, Int32, Int32, Boolean)
Draws the specified Icon at the given co-ordinates, with optional selection box.
Public methodStatic memberDrawIcon(Graphics, Int32, Int32, Int32, Single, Boolean)
Draws a rotated Icon at the specified co-ordinates, with optional selection box.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetBalloonAnchor
Get the anchor point for informational balloons attached to the icon.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetIcon
Returns an Image of the icon at the specified index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadIcon(Image)
Load an icon with the hotspot automatically set at the center. Returns the index at which the icon was stored.
Public methodStatic memberLoadIcon(String)
Load an icon from a file path and returns the index at which it was stored.
Public methodStatic memberLoadIcon(Image, Int32, Int32)
Load an icon with the given hotspot parameters. Returns the index at which it was stored.
Public methodStatic memberLoadIcon(String, Int32, Int32)
Load an icon from the specified file path, with the given hotspot parameters. Returns the index at which the icon was stored.
Public methodStatic memberRectangle
Returns the Rectangle of the given icon.
Public methodStatic memberResetBalloonAnchors
Reset the anchor points oof the icon to the default values.
Public methodStatic memberSetBalloonAnchor
Set the anchor point for informational balloons attached to the icon.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also