Contents

transform(_:)

Applies the affine transform to the specified size.

Declaration

func transform(_ size: NSSize) -> NSSize

Parameters

  • size:

    The size to transform.

Return Value

A size that represents dimensions in a transformed coordinate space.

See Also

Transforming Data and Objects