Parent Object: PointGraphics
Method that sets the custom image to use for this PointGraphics object. This is cause the PointerRenderStyleProperty to return kCustomImagePointStyle. You can remove the custom image by setting the PointRenderStyle to one of the predefined point types.
Name | Type | Description |
GraphicsImageSet | GraphicsImageSet | Input GraphicsImageSet to assign to this PointGraphics object. |
GraphicsImageIndex | Long | Input Long that indicates which image in the GraphicsImageSet to use for this PointGraphics object. |
Name | Description |
Client graphics - image in point graphics | The following sample demonstrates creation of point client graphics with a custom image. |