ArcGIS Runtime SDK for iOS
100.15
|
The anchor of a symbol layer, including placement mode and x, y anchor values.
This struct represents the properties necessary to define the anchor for a symbol layer. These anchor properties define both the anchor values and the placement mode. They can be used with AGSMarkerSymbolLayer
objects to control marker anchor properties.
Public Attributes | |
AGSSymbolAnchorPlacementMode | placementMode |
double | x |
double | y |
AGSSymbolAnchorPlacementMode AGSSymbolAnchor::placementMode |
double AGSSymbolAnchor::x |
double AGSSymbolAnchor::y |