Gets the width of the images in this sequence.
Namespace: VideoDVRAssembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int ImageWidth { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ImageWidth As Integer Get |
| Visual C++ |
|---|
public: virtual property int ImageWidth { int get () sealed; } |