Class LinearGaugeRenderer
Default Gauge Renderer
Inheritance
System.Object
LinearGaugeRenderer
Implements
Inherited Members
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 LinearGaugeRenderer : ILinearGaugeRenderer
Constructors
LinearGaugeRenderer(LinearGauge)
Initialize the new instance of the LinearGaugeRenderer class
Declaration
public LinearGaugeRenderer(LinearGauge linearGauge)
Parameters
Type | Name | Description |
---|---|---|
LinearGauge | linearGauge | LinearGauge |
Methods
DrawFrame(Graphics)
Used to draw Background Frames.
Declaration
public void DrawFrame(Graphics Graphics)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | Graphics | Graphics |
DrawLines(Graphics)
Used to draw the Tick lines.
Declaration
public void DrawLines(Graphics Graphics)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | Graphics | Graphics |
DrawPointer(Graphics)
Used to draw the Pointers.
Declaration
public void DrawPointer(Graphics Graphics)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | Graphics | Graphics |
DrawRanges(Graphics)
Used to draw the range lines.
Declaration
public void DrawRanges(Graphics Graphics)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | Graphics | Graphics |
UpdateRenderer(PaintEventArgs)
Updates the Render
Declaration
public void UpdateRenderer(PaintEventArgs PaintEventArgs)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | PaintEventArgs | PaintEventArgs |