ICImagingControl.ImageSize Property

Returns the image height and width in pixels of the current video format.
Syntax:
[C#]
public System.Drawing.Size ImageSize;
Limitations:

Run time only, read only.

Remarks:

The returned image size is affected if the ROIFilter is in use in the device or in the sink path. If the ROIFilter resides in the display path only, then the returned image size is not changed and returns the size of the video format.

Information:

Introduced in version 3.1
This property is deprecated since version 3.5.
Use the methods on the actual sink

See also: ICImagingControl

<< ICImagingControl