GdViewer.OnCustomAnnotationPaintEventHandler Delegate
In This Topic
Syntax
'Declaration
Public Delegate Sub GdViewer.OnCustomAnnotationPaintEventHandler( _
ByVal As AnnotationCustom, _
ByVal As Graphics _
)
public delegate void GdViewer.OnCustomAnnotationPaintEventHandler(
AnnotationCustom ,
Graphics
)
public delegate GdViewer.OnCustomAnnotationPaintEventHandler(
: AnnotationCustom;
: Graphics
);
public delegate GdViewer.OnCustomAnnotationPaintEventHandler(
: AnnotationCustom,
: Graphics
)
public: __gc __delegate void GdViewer.OnCustomAnnotationPaintEventHandler(
AnnotationCustom* ,
Graphics*
)
public delegate void GdViewer.OnCustomAnnotationPaintEventHandler(
AnnotationCustom^ ,
Graphics^
)
Parameters
- Annot
- The custom annotation object to render.
- g
- The graphics object used to render the custom annotation appearance.
See Also