Instance Property
temporarilyDisableRounding
Temporarily disables grid rounding for layer operations.
Declaration
var temporarilyDisableRounding: Bool { get set }Declaration
@property (assign) BOOL temporarilyDisableRounding;Declaration
temporarilyDisableRounding() -> bool
setTemporarilyDisableRounding_(temporarilyDisableRounding: bool)Discussion
When enabled, grid accessors return zero grid values and point alignment leaves points unchanged.
See Also
Grid
Current grid settings used for layer rounding, or
nilwhen no grid is available.Current grid settings, limiting horizontal rounding to a maximum grid length.
Horizontal grid length used for layer rounding.
Vertical grid length used for layer rounding.
A point aligned to the layer grid for a node type.
See Also
Grid
Current grid settings used for layer rounding.
Current grid settings, limiting horizontal rounding to a maximum grid length.
Horizontal grid length used for layer rounding.
Vertical grid length used for layer rounding.
A point aligned to the layer grid for a node type.