VideoFormat.Size Property

Returns the width and height of the VideoFormat in a System.Drawing.Size.
Syntax:
[C#]
public System.Drawing.Size Size;
Limitations:

Read only.

Remarks:

Selecting devices, input channels, video norms and video formats is shown in the Making Device Settings chapter.

See also: VideoFormat, VideoFormat.Width, VideoFormat.Height

<< ICImagingControl.VideoFormat