menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRenderer - WindowsForms API Reference | Syncfusion

    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
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved