Instance Method
beginPoint(forLayerWidth:)beginPointForLayerWidth:beginPointForLayerWidth_
The start point used to represent the line at the specified layer width.
Declaration
func beginPoint(forLayerWidth width: CGFloat) -> NSPointDeclaration
- (NSPoint) beginPointForLayerWidth:(CGFloat) width;Declaration
beginPointForLayerWidth_(width: float) -> NSPointParameters
widthThe layer width used to resolve the orientation-adjusted position.
Discussion
For a finite line, this is the orientation-adjusted position of the guide. For an indefinitely extending line, this is a distant point opposite its angle.
See Also
Angle
The rotation in degrees, with zero degrees along the positive x-axis.
Whether changes to the angle are disabled.
Whether the angle is represented as a slope.
The UI representation of the angle as degrees or a slope.
The end point used to represent the line at the specified layer width.