VideoCaptureDeviceFormatWidth Property |
X-Resolution of the video data coming from device.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
virtual property int Width {
int get () sealed;
void set (int value) sealed;
}
abstract Width : int with get, set
override Width : int with get, set
Property Value
Type:
Int32Implements
ICaptureDeviceFormatWidthSee Also