Contents

init(CGSize:)

Creates a new value object containing the specified CoreGraphics size structure.

Declaration

init(CGSize size: CGSize)
init(cgSize size: CGSize)

Parameters

  • size:

    The value for the new object.

Return Value

A new value object that contains the size information.

See Also

Related Documentation

Working with CoreGraphics Geometry Values