Instance Method
scaleAttributes(_:)scaleAttributes:scaleAttributes_
Scales the stroke width and explicit stroke height by a factor.
Declaration
func scaleAttributes(_ scale: CGFloat)Declaration
- (void) scaleAttributes:(CGFloat) scale;Declaration
scaleAttributes_(scale: float)Parameters
scaleThe factor by which to scale the attributes.
Discussion
Shape geometry is not changed.