Base class for fill symbol layers. More...
Header: | #include <FillSymbolLayer.h> |
Since: | Esri::ArcGISRuntime 100.5 |
Inherits: | Esri::ArcGISRuntime::SymbolLayer |
Inherited By: | Esri::ArcGISRuntime::HatchFillSymbolLayer, Esri::ArcGISRuntime::PictureFillSymbolLayer, and Esri::ArcGISRuntime::SolidFillSymbolLayer |
This class was introduced in Esri::ArcGISRuntime 100.5.
Public Functions
virtual | ~FillSymbolLayer() override |
Detailed Description
Fill symbol layers are symbol layers used to render polygon geometries. They are most often used in polygon symbols. ArcGIS Runtime includes the following types of fill symbol layers:
- SolidFillSymbolLayer fills polygonal geometry with a single solid color (that may have a level of transparency applied).
- PictureFillSymbolLayer uses an image file (specified using a URL or image) to define the fill.
- HatchFillSymbolLayer defines a pattern of uniform parallel lines.