<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNFaceLandmarkRegion2D/pointsInImage(imageSize:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:So22VNFaceLandmarkRegion2DC6VisionE13pointsInImage9imageSizeSaySo7CGPointVGSo6CGSizeV_tF"
  },
  "title" : "pointsInImage(imageSize:)"
}
-->

# pointsInImage(imageSize:)

Returns an array containing landmark points in the coordinate space of the specified image size.

```
@nonobjc func pointsInImage(imageSize: CGSize) -> [CGPoint]
```

## Parameters

`imageSize`

The pixel dimensions of the image in which to present landmark points.

## Return Value

An array containing a <doc://com.apple.documentation/documentation/CoreFoundation/CGPoint> for each landmark the system detects in the image, expressed in the coordinate space of the specified image size.

---

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)