ImageZoomed Event

NI Vision for Visual Basic

ImageZoomed Event

Syntax

Sub ControlName_ImageZoomed(ZoomScale)

Applies To

CWIMAQViewer

Purpose

Fires when you zoom the image in the viewer.

Remarks

This event fires if you zoom the image programmatically using the ZoomScale property or through the built-in user interface of the Viewer control.

Parameters

ZoomScale As Variant

The new ZoomScale for the viewer.

See Also

ZoomScale