Instance Method
positionPrecise(forLayerWidth:)positionPreciseForLayerWidth:positionPreciseForLayerWidth_
The unrounded position in layer coordinates for a layer width.
Declaration
func positionPrecise(forLayerWidth width: CGFloat) -> NSPointDeclaration
- (NSPoint) positionPreciseForLayerWidth:(CGFloat) width;Declaration
positionPreciseForLayerWidth_(width: float) -> NSPointParameters
widthThe layer width used for orientation adjustment.
See Also
Position
The position in layer coordinates.
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 path.
Sets the unrounded position and rounds the position to a grid without registering undo or notifying the path.
The unrounded position in layer coordinates.
The unrounded position without orientation adjustment.
Rounds the position to a grid.
Rounds the position to a grid without registering undo or notifying the path.