IImageRectOffset Property

CVB.Net Documentation
Gets or sets the offset of the image rectangle from the top left corner of the sensor.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

Point2D Offset { get; set; }

Property Value

Type: Point2D
The value range is 0 to SensorSize.Width - Size.Width and 0 to SensorSize.Height - Size.Height pixels.
Remarks

The set value may be adjusted according to the used hardware. To get the actual value you need to reread this offset after setting it.

Many devices support changing the offset while grab is active as the buffer size does not change.

See Also

Reference