Interface IAnnotationSelectionDrawable
Defines the interface which draws overlay for selected annotation
Namespace:
Assembly: .dll
Syntax
public interface IAnnotationSelectionDrawable
Methods
onDraw(Canvas canvas, Path annotationSelection)
Draws overlay for selected annotation
Declaration
public abstract void onDraw(Canvas canvas, Path annotationSelection)
Parameters
| Type | Name | Description |
|---|---|---|
| android.graphics.Canvas | canvas | The canvas to draw on |
| android.graphics.Path | annotationSelection | The path which contents the annotation selection overlay to draw |