Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

How to draw an ellipse on a frame using Video Callback Filter in C#
Started by Travis at 10-05-2005 9:10. Topic has 0 replies.

Print Search « Previous Thread Next Thread »
  10-05-2005, 9:10
Travis is not online. Last active: 9/26/2008 11:27:59 AM Travis



Top 25 Posts
Joined on 07-07-2003
In house
Posts 289
How to draw an ellipse on a frame using Video Callback Filter in C#

Attachment: COM - V14 - CallbackFilter Draw Ellipse using COM in Callback.zip
Reply Quote

This example shows how to use LEAD's Raster COM objects to draw an ellipse from within our Video Callback Filter's callback function.  It uses LEAD's Raster COM objects, LEAD Multimedia COM objects, and LEAD's Video Callback Filter.  The project is written in C# with .NET 2003. 

In order to process the callback you have to create a .NET class derived from the Video Callback Filter and have the class override the Callback function.  In the attached project the class is called LEADCallback and it's implementation can be found in the file LEADCallback.cs.  I put all the code for drawing on the frame in the callback function.


Travis Montgomery
LEAD Technical Support
   Report 
Post
LEAD Support Fo... » General » Example Request... » How to draw an ellipse on a frame using Video Callback Filter in C#

Powered by Community Server, by Telligent Systems