IVideoV2Height Property
Returns the height of the video frame in pixels.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
ReadOnly Property Height As Integer
Get
property int Height {
int get ();
}
Property Value
Int32The video frame height.
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
| NotConnectedException | If the device is not connected |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
| Date | Version | Description |
|---|
| IVideo | Platform 6.1 | Member added. |