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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |