VideoCaptureDeviceFormatIsImageBottomUp Property |
Indicates the the image is a bottom-up DIB and its origin is the lower-left corner.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsImageBottomUp { get; set; }
Public Property IsImageBottomUp As Boolean
Get
Set
public:
property bool IsImageBottomUp {
bool get ();
void set (bool value);
}
member IsImageBottomUp : bool with get, set
Property Value
Type:
Boolean
true if the image bottom up, false if not. CamCapture will automatically flip the image
to its original top-bottom position. If this is not desired then this property should be
overridden and set to false.
See Also