Image Viewer CP ActiveX Control

ClearDrawLine

 

Clear all DrawLine call.

Public Function ClearDrawLine() 

 

No Parameter


Return Value

No return value.


Example

   

Visual Basic Syntax
ImageViewer1.FileName="c:\test1.tif"
ImageViewer1.DrawLine 0, 0, 400, 200, 5, 2, RGB(255, 0, 0), 255, True
ImageViewer1.DrawLine 200, 100, 400, 200, 5, 2, RGB(155, 0, 0), 255, True
ImageViewer1.ClearDrawLine
ImageViewer1.DrawLine 300, 100, 500, 200, 5, 2, RGB(255, 0, 0), 255, True