Instance Method
scale(by:)scaleBy:scaleBy_
Scales the instance object.
Declaration
func scale(by scale: CGFloat)Declaration
- (void) scaleBy:(CGFloat) scale;Declaration
scaleBy_(scale: float)Parameters
scaleThe scale value.
Instance Method
Scales the instance object.
func scale(by scale: CGFloat)- (void) scaleBy:(CGFloat) scale;scaleBy_(scale: float)scaleThe scale value.