| VideoCaptureXI_OffsetX Property |
Horizontal offset from the origin to the area of interest (in pixels).
[CV_CAP_PROP_XI_OFFSET_X]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double XI_OffsetX { get; set; }
Public Property XI_OffsetX As Double
Get
Set
public:
property double XI_OffsetX {
double get ();
void set (double value);
}
member XI_OffsetX : float with get, set
Property Value
Type:
DoubleSee Also