Instance Property
coordinates
Explicit Intermediate-layer coordinates keyed by axis ID.
Declaration
var coordinates: [String : NSNumber] { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,NSNumber *> * coordinates;Declaration
coordinates() -> dict[str, NSNumber]
setCoordinates_(coordinates: dict[str, NSNumber])Discussion
Returns an empty dictionary when the layer has no coordinates. Setting an empty dictionary removes the coordinates, so the layer is no longer an Intermediate layer.
See Also
Intermediate Layers
Returns an explicit Intermediate-layer coordinate, or
NSNotFoundwhen no coordinate is set for the axis.Axes represented by Intermediate-layer coordinates.
Copies explicit Intermediate-layer coordinates into an axis-value buffer.
Copies the internal values for the requested axes into a buffer.
A stable key describing the complete Intermediate-layer location.
A display description of the explicit Intermediate-layer coordinates.