Instance Property
position
The position in layer coordinates.
Declaration
var position: NSPoint { get set }Declaration
@property (nonatomic, assign) NSPoint position;Declaration
position() -> NSPoint
setPosition_(position: NSPoint)Discussion
When the element belongs to a layer, setting the position registers undo, aligns it to the layer grid, and notifies its parent.
See Also
Position
The position in layer coordinates for a layer width.
Sets the position in layer coordinates for a layer width.
The position without orientation adjustment.
Sets the position without registering undo or notifying the parent.
Sets the unrounded position and rounds the position to a grid without registering undo or notifying the parent.
The unrounded position in layer coordinates.
The unrounded position in layer coordinates for a layer width.
The unrounded position without orientation adjustment.
Rounds the position to a grid.
Rounds the position to a grid without registering undo or notifying the parent.
The orientation of the element position.