---
title: "transform(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/affinetransform/transform(_:)-1ozpp"
---

# transform(_:)

Applies the affine transform to the specified point.

## Declaration

```swift
func transform(_ point: NSPoint) -> NSPoint
```

## Parameters

- `point`: The point to transform.

## Return Value

Return Value A point that represents a location in a transformed coordinate space.

## See Also

### Transforming Data and Objects

- [transform(_:)](foundation/affinetransform/transform(_:)-6fze6.md)
