alexa

    Show / Hide Table of Contents

    Interface IRenderer

    Specifies that this object implements rendering for NavigationView control.

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation.Rendering
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IRenderer : IDisposable

    Methods

    RenderControl(NavigationView, Graphics, ILayouter, IAreasStateCache)

    Renders control.

    Declaration
    void RenderControl(NavigationView navView, Graphics g, ILayouter layouter, IAreasStateCache states)
    Parameters
    Type Name Description
    NavigationView navView

    NavigationView control to render.

    System.Drawing.Graphics g

    NavigationView control's System.Drawing.Graphics.

    ILayouter layouter

    NavigationView control's layouter.

    IAreasStateCache states

    NavigationView control's area states.

    Back to top Generated by DocFX