Class EightCrossEightDotMatrix
Represents eight cross eight dot matrix in a digital gauge
Inheritance
System.Object
EightCrossEightDotMatrix
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class EightCrossEightDotMatrix : View
Constructors
EightCrossEightDotMatrix(Context)
Declaration
public EightCrossEightDotMatrix(Context context)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
EightCrossEightDotMatrix(Context, IAttributeSet)
Declaration
public EightCrossEightDotMatrix(Context context, IAttributeSet attrs)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attrs |
|
Properties
GaugeValue
Declaration
public string GaugeValue { get; set; }
Property Value
Methods
DrawDigits(String, Single, Single)
Declaration
public void DrawDigits(string text, float x, float y)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.Single |
x |
|
System.Single |
y |
|
DrawText(Char, Single, Single)
Declaration
public float DrawText(char text, float x, float y)
Parameters
Type |
Name |
Description |
System.Char |
text |
|
System.Single |
x |
|
System.Single |
y |
|
Returns
GetSegmentTextData()
Declaration
public static byte[][] GetSegmentTextData()
Returns
OnDraw(Canvas)
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type |
Name |
Description |
Android.Graphics.Canvas |
canvas |
|
SetSegmentTextData(Byte[][])
Declaration
public static void SetSegmentTextData(byte[][] segmentTextData)
Parameters
Type |
Name |
Description |
System.Byte[][] |
segmentTextData |
|