Picture Marker Symbol
Uses an image to symbolize graphics and features that have point or multipoint geometry. Supported image formats are BMP, GIF, ICO, JPEG, and PNG. Animated GIF is not supported.
Since
200.1.0
See also
Constructors
Creates a picture marker symbol.
Creates a picture marker symbol from an image URL. Supported image formats are BMP, GIF, ICO, JPEG, and PNG. Animated GIF is not supported.
Types
Properties
The height of the picture marker symbol in device-independent pixels (DIPs). The height of the symbol spanning from the bottom to the top side of the image. When setting the height, if the width is set to 0.0 then no effect will take place. In this case the image to be displayed at its default size. The default value is 0.0.
The URL of the picture marker symbol. The URL is the address location of where the image is being stored. This address can come from an online source or from a locally stored location. In order to use a PictureMarkerSymbol from a URL, the symbol must be loaded asynchronously. Any properties that are changed while this symbol is loading will persist once the image has loaded.
Inherited properties
The angle (in degrees) that the marker symbol is rotated by. The marker symbol can be rotated relative to the map or the screen, depending on the MarkerSymbol.angleAlignment.
Indicates whether the marker symbol is rotated relative to the screen or map. If the value is SymbolAngleAlignment.Map, the marker symbol is rotated relative to the map and will be affected by the map's rotation. If the value is SymbolAngleAlignment.Screen, the marker symbol is rotated relative to the user's screen and is unaffected by the map's rotation.
Functions
Clones the PictureMarkerSymbol.
Gets a MultilayerPointSymbol with a PictureMarkerSymbolLayer from a PictureMarkerSymbol.
Inherited functions
Cancels loading metadata for the Loadable object.
Creates a swatch of the symbol. This method will scale the symbol up or down in order to fit it in to the desired width and height of the swatch.
Creates a swatch of the symbol.