Image Viewer CP ActiveX Control

ClearDrawFillEllipseByIndex

 

Clear specific index of DrawFillEllipse.
 

Public Function ClearDrawFillEllipseByIndex( _
   ByVal iIndex As Integer
)As Bool

 

Parameter

iIndex
the first index is 0.

Return Value
True - Delete successful
FALSE - Failed

Example

   

Visual Basic Syntax
iCount = ImageViewer1.GetCountDrawFillEllipse
ImageViewer1.ClearDrawFillEllipseByIndex iCount-1  'delete last item