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 ) |
|||||||||||||||||||||||||
|
||||||||||||||||||||||||||
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 |