Events

Click()

Occurs when the user presses and then releases a mouse button over the imaG.
Only effective in DRAW mode.

DblClick()

Occurs when the user presses and releases a mouse button and then presses and releases it again over the imaG.
Only effective in DRAW mode.

ImageChange()

Occurs when the graphic contents of the imaG have changed.

KeyDown(KeyCode As Integer, Shift As Integer)

Occurs when the user presses a key while the imaG has the focus.
Only effective in DRAW mode.

KeyPress(KeyAscii As Integer)

Occurs when the user presses and releases an ANSI key while the imaG has the focus.
Only effective in DRAW mode.

KeyUp(KeyCode As Integer, Shift As Integer)

Occurs when the user releases a key while the imaG has the focus.
Only effective in DRAW mode.

MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)

Occurs when the user presses the mouse button while the imaG has the focus.
Only effective in DRAW mode.

MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)

Occurs when the user moves the mouse.
Only effective in DRAW mode.

MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)

Occurs when the user releases the mouse button while the imaG has the focus.
Only effective in DRAW mode.

UndoChange()

Occurs when the Undo/Redo buffer changes.