Design Editor JS LibraryReferenceInterfacesIPointFOn this pageInterface: IPointF A structure representing a point in a two-dimensional plane. Properties x x: number The x-coordinate of the point. y y: number The y-coordinate of the point.