Show / Hide Table of Contents

Class PictureFillSymbolLayer

A class that represents polygon geometry filled with an image.

Inheritance
System.Object
SymbolLayer
FillSymbolLayer
PictureFillSymbolLayer
Implements
System.ComponentModel.INotifyPropertyChanged
SymbolLayer.IsColorLocked
SymbolLayer.IsEnabled
SymbolLayer.PropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

TargetVersions
.NET Standard 2.0100.5 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.5 - 200.7
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.