ScreenByAreaConfig

class Communicator.Util.ScreenByAreaConfig()

Configuration object detailing how a screen by area selection begins.

Properties

  • areaCssMax

  • areaCssMin

  • pickConfig


Properties

ScreenByAreaConfig.areaCssMax
Type

Point2()

The maximum coodinate in CSS pixel space for the selection window.

ScreenByAreaConfig.areaCssMin
Type

Point2()

The minimum coodinate in CSS pixel space for the selection window.

ScreenByAreaConfig.pickConfig
Type

IncrementalPickConfig()

The configuration object used for this selection operation.