ClusterVisualizationSetFeatureImage Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets a new feature image. A feature image is displayed for clusters of only one item.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetFeatureImage(
Image image,
Point anchor
)
Public Sub SetFeatureImage (
image As Image,
anchor As Point
)
Parameters
- image
- Type: System.DrawingImage
The feature image. - anchor
- Type: System.DrawingPoint
The offset of the feature image.
See Also