alexa

    Show / Hide Table of Contents

    Class BlueThemeRenderer

    BlueThemeRenderer class

    Inheritance
    System.Object
    RadialGaugeRenderer
    BlueThemeRenderer
    Implements
    IRadialGaugeRenderer
    Inherited Members
    RadialGaugeRenderer.AdjustFontBounds(Graphics, Font)
    RadialGaugeRenderer.DrawCircle(Graphics, Point, Int32, Int32, Int32, Single, Color, Color)
    RadialGaugeRenderer.DrawGaugeLabel(Graphics, Point, Int32)
    RadialGaugeRenderer.DrawMultipleNeedle(Graphics, Needle, Int32, Int32, Int32, Int32, Point)
    RadialGaugeRenderer.DrawNeedle(Graphics, Int32, Int32, Int32, Int32, Point)
    RadialGaugeRenderer.DrawOuterArc(Graphics, Int32, Int32, Point, Int32)
    RadialGaugeRenderer.DrawRanges(Graphics, GraphicsPath, Int32, Int32, Int32, Point)
    RadialGaugeRenderer.DrawTickMarks(Graphics, GraphicsPath, Int32, Int32, Int32, Int32, Point, Int32)
    RadialGaugeRenderer.UpdateRenderer(PaintEventArgs)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class BlueThemeRenderer : RadialGaugeRenderer, IRadialGaugeRenderer

    Constructors

    BlueThemeRenderer(RadialGauge)

    Initializes a new instance of the BlueThemeRenderer class using the specified RadialGauge control.

    Declaration
    public BlueThemeRenderer(RadialGauge radialGauge)
    Parameters
    Type Name Description
    RadialGauge radialGauge

    The RadialGauge control to which the theme renderer is applied.

    Implements

    IRadialGaugeRenderer
    Back to top Generated by DocFX