Contents

init(CGAffineTransform:)

Creates a new value object containing the specified CoreGraphics affine transform structure.

Declaration

init(CGAffineTransform transform: CGAffineTransform)
init(cgAffineTransform transform: CGAffineTransform)

Parameters

  • transform:

    The value for the new object.

Return Value

A new value object that contains the affine transform information.

See Also

Related Documentation

Working with CoreGraphics Geometry Values