OverlayBitmap.DrawText Method |
|||||||||||||||||||||||
This method draws text on the live video. | |||||||||||||||||||||||
Syntax: | [C#] |
||||||||||||||||||||||
|
|||||||||||||||||||||||
Limitations: | Run time only. Only after ICImagingControl.LiveStart has been called once. |
||||||||||||||||||||||
Remarks: | The method DrawText draws text on the live video. It uses the currently set Font, FontBackColor and the FontTransparent setting. |
||||||||||||||||||||||
Example: | This example demonstrates how to draw text at the coordinates (10/10) on the live video. [C#] |
||||||||||||||||||||||
See also: | OverlayBitmap, OverlayBitmap.Font, OverlayBitmap.FontBackColor, OverlayBitmap.FontTransparent, ICImagingControl.LiveStart, ICImagingControl.LiveStop |