Skip to main content
Version: 4.1.0

RegionCreationMode

Index

Constructors

Properties

Methods

Constructors

constructor

  • new RegionCreationMode(): RegionCreationMode
  • Returns RegionCreationMode

Properties

publicstaticreadonlyCENTER

CENTER: center = "center"

publicstaticreadonlyCORNER

CORNER: corner = "corner"

Methods

publicstaticisValid

  • isValid(regionCreationMode: string): boolean
  • Parameters

    • regionCreationMode: string

    Returns boolean