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
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 of the image. The default value is 0.0. You can use this property to override the height of the symbol. Note that if you set the PictureFillSymbol.height or PictureFillSymbol.width to 0.0, then the picture fill symbol will adopt the height and width of the loaded PictureFillSymbol.image.
The image used for the picture fill symbol to fill the polygon geometries.
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. The default value is 0.0. You can use this property to override the width of the symbol. Note that if you set the PictureFillSymbol.height or PictureFillSymbol.width to 0.0, then the picture fill symbol will adopt the height and width of the loaded PictureFillSymbol.image.
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.