OverlayBitmap.DrawSolidEllipse Method

This method draws a solid, filled ellipse on the live video.
Syntax:
Public Sub DrawSolidEllipse( color As Long, x0 As Long, y0 As Long, x1 As Long, y1 As Long )
Parameter Description
clr

Specifies the color of the ellipse.

x0

Specifies the column in pixel units of the of the upper left hand corner of the bounding rectangle of the ellipse on the live video.

y0

Specifies the row in pixel units of the of the upper left hand corner of the bounding rectangle of the ellipse on the live video.

x1

Specifies the column in pixel units of the of the lower right hand corner of the bounding rectangle of the ellipse on the live video.

y1

Specifies the row in pixel units of the of the lower right hand corner of the bounding rectangle of the ellipse on the live video.

Limitations:

Run time only. Only after ICImagingControl.LiveStart has been called once.

Information:

Introduced in IC Imaging Control 2.0

Example:

This example demonstrates how to draw a solid green ellipse on the live video.

See also: OverlayBitmap, OverlayBitmap.DrawFrameEllipse, ICImagingControl.LiveStart

<< ICImagingControl.OverlayBitmap