Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PixelPoint

A PixelPoint represents a point in pixel.

Hierarchy

  • PixelPoint

Index

Constructors

Properties

Constructors

constructor

  • new PixelPoint(x: number, y: number): PixelPoint
  • Parameters

    • x: number

      the x coordinate of the point

    • y: number

      the y coordinate of the point

    Returns PixelPoint

Properties

x

x: number

x coordinate of the point in pixel.

y

y: number

y coordinate of the point in pixel.

Generated using TypeDoc