WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILinearGaugeRenderer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILinearGaugeRenderer

    Interface used to customize the LinearGauge.

    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public interface ILinearGaugeRenderer

    Methods

    DrawFrame(Graphics)

    Used to draw the Bakcground Frame.

    Declaration
    void DrawFrame(Graphics Graphics)
    Parameters
    Type Name Description
    System.Drawing.Graphics Graphics

    Graphics

    DrawLines(Graphics)

    Used to draw the Tick lines.

    Declaration
    void DrawLines(Graphics Graphics)
    Parameters
    Type Name Description
    System.Drawing.Graphics Graphics

    Graphics

    DrawPointer(Graphics)

    Used to draw Pointers.

    Declaration
    void DrawPointer(Graphics Graphics)
    Parameters
    Type Name Description
    System.Drawing.Graphics Graphics

    Graphics

    DrawRanges(Graphics)

    Used to draw the range lines

    Declaration
    void DrawRanges(Graphics Graphics)
    Parameters
    Type Name Description
    System.Drawing.Graphics Graphics

    Graphics

    UpdateRenderer(PaintEventArgs)

    Updates the Render

    Declaration
    void UpdateRenderer(PaintEventArgs PaintEventArgs)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs PaintEventArgs

    PaintEventArgs

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved