{
  "name": "PointF",
  "header": "nativeui/gfx/geometry/point_f.h",
  "type": "Object",
  "namespace": "nu",
  "description": "A point with x and y coordinate.",
  "properties": [
    {
      "description": "X coordinate.",
      "id": "x",
      "type": {
        "name": "Number"
      },
      "name": "x"
    },
    {
      "description": "Y coordinate.",
      "id": "y",
      "type": {
        "name": "Number"
      },
      "name": "y"
    }
  ],
  "detail": "\nThis type is represented by an `Object` with `x` and `y` properties.\n\n```js\npainter.moveTo({x: 11, y: 24})\n```\n",
  "id": "pointf"
}