Share

PointGraphics.SetCustomImage Method

Parent Object: PointGraphics

Description

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.

Syntax

PointGraphics.SetCustomImage( GraphicsImageSet As GraphicsImageSet, GraphicsImageIndex As Long )

Parameters

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.

Samples

Name Description
Client graphics - image in point graphics The following sample demonstrates creation of point client graphics with a custom image.

Version

Introduced in version 2011

Was this information helpful?