Implements the anchor of a symbol layer, including placement mode and x and y anchor values. More...
Member Function Documentation SymbolAnchor::SymbolAnchor()Default constructor.
Warning: This is for convenience only and will construct an empty object.
SymbolAnchor::SymbolAnchor(double x, double y, Esri::ArcGISRuntime::SymbolAnchorPlacementMode placementMode)Contructor that takes x, y, and placementMode properties.
SymbolAnchor::SymbolAnchor(const Esri::ArcGISRuntime::SymbolAnchor &other)Copy constructor from other SymbolAnchor.
[noexcept]
SymbolAnchor::SymbolAnchor(Esri::ArcGISRuntime::SymbolAnchor &&other)
Move constructor from other SymbolAnchor.
[noexcept]
SymbolAnchor::~SymbolAnchor()
Destructor.
bool SymbolAnchor::isEmpty() constReturns true
if this is an empty object.
A default constructed SymbolAnchor is considered empty.
Esri::ArcGISRuntime::SymbolAnchorPlacementMode SymbolAnchor::placementMode() constReturns the anchor placement mode of the symbol anchor object.
The SymbolAnchorPlacementMode determines how this API interprets the SymbolAnchor anchor values. See the SymbolAnchorPlacementMode documentation for a description of the effects of each mode. The default mode is 'relative.'
double SymbolAnchor::x() constReturns the x-component of the symbol anchor object.
The x-component of the SymbolAnchor can be any real number. The units of the value depend on the anchor placement mode of the SymbolAnchor. The default value is 0, regardless of placement mode.
double SymbolAnchor::y() constReturns the y-component of the symbol anchor object.
The y-component of the SymbolAnchor can be any real number. The units of the value depend on the anchor placement mode of the SymbolAnchor. The default value is 0, regardless of placement mode.
[noexcept]
Esri::ArcGISRuntime::SymbolAnchor &SymbolAnchor::operator=(Esri::ArcGISRuntime::SymbolAnchor &&other)
Move operator from other SymbolAnchor.
Esri::ArcGISRuntime::SymbolAnchor &SymbolAnchor::operator=(const Esri::ArcGISRuntime::SymbolAnchor &other)Assignment operator from other SymbolAnchor.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4