Instance Method
transform(_:)transform:transform_
Applies an affine transform to the element geometry.
Declaration
func transform(_ transform: AffineTransform)Declaration
- (void) transform:(NSAffineTransform *) transform;Declaration
transform_(transform: NSAffineTransform)Parameters
transformThe affine transform to apply.
Discussion
The base implementation transforms the unrounded position. Concrete subclasses can transform additional geometry.
See Also
Geometry
Whether the element can be selected at a point within a tolerance.
A handle rectangle centered on a point for an editor scale.