<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/AffineTransform/transform(_:)-1ozpp",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation15AffineTransformV9transformySo7CGPointVAFF"
  },
  "title" : "transform(_:)"
}
-->

# transform(_:)

Applies the affine transform to the specified point.

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

## Parameters

`point`

The point to transform.

## Return Value

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

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)