Image Viewer CP ActiveX Control

ClearDrawArc

 

Clear all DrawArc call.

Public Function ClearDrawArc() 

 

No Parameter


Return Value

No return value.


Example

   

Visual Basic Syntax
ImageViewer1.FileName="c:\test1.tif"
ImageViewer1.DrawArc 10, 10, 100, 100, 2, 0, 0, 90, RGB(255, 0, 0), 255, True
ImageViewer1.DrawArc 0, 10, 100, 200, 2, 0, 0, 90, RGB(255, 100, 0), 255, True
ImageViewer1.ClearDrawArc
ImageViewer1.DrawArc 0, 300, 100, 200, 2, 0, 0, 270, RGB(0, 100, 255), 100, True