FreakingGenius - v0.1.0
    Preparing search index...

    Interface Point

    A 2-D coordinate in CSS pixel space.

    interface Point {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: number

    Horizontal offset from the canvas origin, in logical pixels.

    y: number

    Vertical offset from the canvas origin, in logical pixels.