The custom annotation object to render.
The graphics object used to render the custom annotation appearance.





In This Topic
GdPicture14 Namespace / GdViewer.OnCustomAnnotationPaintEventHandler Delegate

GdViewer.OnCustomAnnotationPaintEventHandler Delegate

In This Topic
Syntax
'Declaration

 

Public Delegate Sub GdViewer.OnCustomAnnotationPaintEventHandler( _

   ByVal Annot As AnnotationCustom, _

   ByVal g As Graphics _

) 
public delegate void GdViewer.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom Annot,

   Graphics g

)
public delegate GdViewer.OnCustomAnnotationPaintEventHandler( 

    Annot: AnnotationCustom;

    g: Graphics

);
public delegate GdViewer.OnCustomAnnotationPaintEventHandler( 

   Annot : AnnotationCustom,

   g : Graphics

)
public: __gc __delegate void GdViewer.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom* Annot,

   Graphics* g

)
public delegate void GdViewer.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom^ Annot,

   Graphics^ g

)

Parameters

Annot
The custom annotation object to render.
g
The graphics object used to render the custom annotation appearance.
See Also