transform(_:)
Applies the affine transform to the specified size.
Declaration
func transform(_ size: NSSize) -> NSSizeParameters
- size:
The size to transform.
Return Value
A size that represents dimensions in a transformed coordinate space.
Applies the affine transform to the specified size.
func transform(_ size: NSSize) -> NSSizeThe size to transform.
A size that represents dimensions in a transformed coordinate space.