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





In This Topic
GdPicture14 Namespace / AnnotationManager.OnCustomAnnotationPaintEventHandler Delegate

AnnotationManager.OnCustomAnnotationPaintEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<ComVisibleAttribute(False)>

Public Delegate Sub AnnotationManager.OnCustomAnnotationPaintEventHandler( _

   ByVal Annot As AnnotationCustom, _

   ByVal device As Object _

) 
[ComVisible(false)]

public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom Annot,

   object device

)
public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( 

    Annot: AnnotationCustom;

    device: TObject

);
ComVisibleAttribute()

public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   Annot : AnnotationCustom,

   device : Object

)
[ComVisible(false)]

public: __gc __delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom* Annot,

   Object* device

)
[ComVisible(false)]

public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom^ Annot,

   Object^ device

)

Parameters

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