applyTransform(_:)
Transforms this element with the specified transform.
Declaration
mutating func applyTransform(_ transform: CGAffineTransform)Parameters
- transform:
The transform applied to the element. Skew is ignored.
Transforms this element with the specified transform.
mutating func applyTransform(_ transform: CGAffineTransform)The transform applied to the element. Skew is ignored.