Class PictureFillSymbolLayer
A class that represents polygon geometry filled with an image.
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PictureFillSymbolLayer : FillSymbolLayer, INotifyPropertyChanged
Remarks
The specified image fills the layer's polygon if it's the only symbol layer in a MultilayerPolygonSymbol. If a single image does not completely fill the geometry, it is tiled to complete the fill.
This layer can also represent the Web Scene specification's Icon3DSymbolLayers. PictureFillSymbolLayer represents IconSymbol3DLayers that contain pictures and VectorMarkerSymbolLayer represents Icon3DSymbolLayers that are primitives or vector paths.
Constructors
| Name | Description |
|---|---|
| PictureFillSymbolLayer(RuntimeImage) | Initializes a new instance of the PictureFillSymbolLayer class from a RuntimeImage. |
| PictureFillSymbolLayer(Uri) | Initializes a new instance of the PictureFillSymbolLayer class from a RuntimeImage. |
Properties
| Name | Description |
|---|---|
| Image | Gets the RuntimeImage held by a picture fill symbol layer. |
| TintColor | Gets or sets the tint color of a picture fill symbol layer. |
| Uri | Gets the URI of a picture fill symbol layer. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |