Gets the height 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 ImageHeight { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ImageHeight As Integer Get |
| Visual C++ |
|---|
public: virtual property int ImageHeight { int get () sealed; } |