C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / OnDrawForeground Method


In This Topic
OnDrawForeground Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onDrawForeground", 
   "(Landroid/graphics/Canvas;)V", 
   "GetOnDrawForeground_Landroid_graphics_Canvas_Handler", 
   ApiSince=23)>
Public Overridable Sub OnDrawForeground( _
   ByVal canvas As Android.Graphics.Canvas _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim canvas As Android.Graphics.Canvas
 
instance.OnDrawForeground(canvas)

Parameters

canvas
See Also