Base class for fill symbol layers. More...
Header | #include <Fill |
Since | Esri |
Inherits | Esri |
Inherited By | Esri |
Public Functions
virtual | ~ |
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 noexcept]
FillSymbolLayer::~FillSymbolLayer ()
Destructor.