Interface: Vertex

May 7, 2024 · View on GitHub

@frameright/image-display-control-metadata-parser • Docs


@frameright/image-display-control-metadata-parser / Vertex

Interface: Vertex

Vertex/corner of a polygon region.

Contents

  • Properties
    • x
    • y

Properties

x

x: number

Coordinates of the vertex.

Source

ImageRegion.ts:8


y

y: number

Coordinates of the vertex.

Source

ImageRegion.ts:13

Contents

  1. 1Contents
  2. 2Properties
  3. 2.1x
  4. 2.2y