OverlayBitmap.FlipVertical Property

Returns or sets vertical flipping of the overlay bitmap.
Syntax:
[VB.NET]
Public FlipVertical As Boolean
[C#]
public bool FlipVertical;
Limitations:

Run time only.

Remarks:

This property is used to enable and disable the vertical flipping of the overlay bitmap on the live video. If vertical flipping is enabled, the overlay bitmap will be drawn bottom up.

The default value of FlipVertical is False.

Example:

This example demonstrates how to enable vertical flipping.

[VB.NET]
Dim ob As OverlayBitmap   ob = ICImagingControl1.OverlayBitmap '   Enable vertical flipping.  ob.FlipVertical = True
[C#]
OverlayBitmap ob = ICImagingControl1.OverlayBitmap;   //   Enable vertical flipping.  ob.FlipVertical = true;
See also: OverlayBitmap

<< ICImagingControl.OverlayBitmap

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.