In This Topic
GdPicture14.WPF Namespace / GdViewer Class / DeleteAnnotation Method

DeleteAnnotation Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub DeleteAnnotation( _

   ByVal AnnotationIdx As Integer _

) 
public void DeleteAnnotation( 

   int AnnotationIdx

)
public procedure DeleteAnnotation( 

    AnnotationIdx: Integer

); 
public function DeleteAnnotation( 

   AnnotationIdx : int

);
public: void DeleteAnnotation( 

   int AnnotationIdx

) 
public:

void DeleteAnnotation( 

   int AnnotationIdx

) 

Parameters

AnnotationIdx
See Also