Search Results for

    Show / Hide Table of Contents

    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

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml