ICameraV2StartX Property
Sets the subframe start position for the X axis (0 based) and returns the current value.

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

Property Value

Type: Int32
The start X.
Exceptions
ExceptionCondition
NotConnectedExceptionThrown if the driver is not connected.
Remarks

Must be implemented, must not throw a PropertyNotImplementedException.

If binning is active, value is in binned pixels.

See Also