Resource Base
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

DrawingItemEvent

The DrawingItemEvent interface extends the Event interface and represents an event bound to a DrawingItem.

interface DrawingItemEvent extends Event {
  targetItem: DrawingItem,
  itemClientX: number;
  itemClientY: number;
  itemPageX: number;
  itemPageY: number;
}

targetItem

The drawing item that is the target of the event.

See Also

DrawingItem

itemClientX

The X coordinate of the item relative to the viewpoint of the browser window..

itemClientY

The Y coordinate of the item relative to the viewpoint of the browser window..

itemPageX

The X coordinate of the item relative to the entire document (the webpage content).

itemPageY

The Y coordinate of the item relative to the entire document (the webpage content).

Is this page helpful?

YesYes NoNo

Version 4.0.2

    • version 4.0.2
    • Version 4.x
      • Version 4.0.2
      • Version 4.0.1
      • Version 4.0.0
    • Version 3.x
      • Version 3.3.10
      • Version 3.3.9
      • Version 3.3.8
      • Version 3.3.7
      • Version 3.3.6
      • Version 3.3.5
      • Version 3.3.4
      • Version 3.3.3
      • Version 3.3.2
      • Version 3.3.1
      • Version 3.3.0
      • Version 3.2.0
      • Version 3.1.0
      • Version 3.0.1
      • Version 3.0.0
    • Version 2.x
      • Version 2.3.5
      • Version 2.3.2
      • Version 2.3.1
      • Version 2.3.0
      • Version 2.1.4
      • Version 2.1.3
      • Version 2.1.0
      • Version 2.0.0
    Change +