Search Results for

    Show / Hide Table of Contents

    Interface ISciChartSurfaceRenderedListener

    Defines the listener interface which is called at the end of single render pass

    Namespace:
    Assembly: .dll
    Syntax
    public interface ISciChartSurfaceRenderedListener

    Methods

    onRendered(ISciChartSurfaceBase surface, IRenderContext2D renderContext, IAssetManager2D assetManager, int renderLayer)

    Called at the end of the render pass

    Declaration
    public abstract void onRendered(ISciChartSurfaceBase surface, IRenderContext2D renderContext, IAssetManager2D assetManager, int renderLayer)
    Parameters
    Type Name Description
    ISciChartSurfaceBase surface

    The surface which is rendered

    IRenderContext2D renderContext

    The IRenderContext2D to use for rendering

    IAssetManager2D assetManager

    The IAssetManager2D to use for rendering

    int renderLayer

    The id of layer

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