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::MaterialFillSymbolLayer, Esri::ArcGISRuntime::PictureFillSymbolLayer, and Esri::ArcGISRuntime::SolidFillSymbolLayer |
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.
The following types of fill symbol layers are supported:
- 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.
Member Function Documentation
[override virtual]
FillSymbolLayer::~FillSymbolLayer ()
Destructor.