IVideoHeight Property
Returns the height of the video frame in pixels.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
int Height { get; }

Property Value

Type: Int32
The video frame height.
Exceptions
ExceptionCondition
NotConnectedExceptionMust throw exception if the value is not known.
Remarks

Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.

For analogue video cameras working via a frame grabber the dimensions of the video frames may be different than the dimension of the CCD chip
See Also