Picture Fill Symbol
Uses an image to fill the shape of graphic and feature polygons with a repeating pattern. 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 fill symbol object.
Creates a picture fill symbol object 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 fill 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 fill 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 PictureFillSymbol 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.
The width of the picture fill symbol in device-independent pixels (DIPs). The width of the symbol spanning from the left to the right side of the image. When setting the width, if the height 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.
Inherited properties
Functions
Clones the PictureFillSymbol.
Converts a PictureFillSymbol to a MultilayerPolygonSymbol with a PictureFillSymbolLayer. The resulting MultilayerPolygonSymbol contains a single PictureFillSymbolLayer.
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.