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

    Namespace: Syncfusion.Windows.Forms.Renderers
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IRenderer

    Methods

    DrawArrowButton(Graphics, Rectangle, ScrollButton, ButtonState)

    Declaration
    void DrawArrowButton(Graphics g, Rectangle bounds, ScrollButton type, ButtonState state)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle bounds
    System.Windows.Forms.ScrollButton type
    System.Windows.Forms.ButtonState state

    DrawBackground(Graphics, Rectangle, ButtonState)

    Declaration
    void DrawBackground(Graphics g, Rectangle bounds, ButtonState state)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle bounds
    System.Windows.Forms.ButtonState state

    DrawThumb(Graphics, Rectangle, ButtonState)

    Declaration
    void DrawThumb(Graphics g, Rectangle bounds, ButtonState state)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle bounds
    System.Windows.Forms.ButtonState state
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved