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 |