Declaration

var transform: AffineTransform? { get set }

Declaration

@property (strong) NSAffineTransform * transform;

Declaration

transform() -> NSAffineTransform
setTransform_(transform: NSAffineTransform)

Discussion

This transform is defined in terms of the coordinate system as transformed by any containing groups. That is, the effective transform of the slice is the concatenation of all the transforms of any groups that contain the slice and the transform of the slice itself.

A nil transform represents the identity transform.