Declaration

func transform(_ transform: AffineTransform)

Declaration

- (void) transform:(NSAffineTransform *) transform;

Declaration

transform_(transform: NSAffineTransform)

Parameters

transform

The affine transform to apply.

Discussion

The base implementation transforms the unrounded position. Concrete subclasses can transform additional geometry.

See Also

Geometry