Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EightCrossEightDotMatrix - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EightCrossEightDotMatrix

    Represents eight cross eight dot matrix in a digital gauge

    Inheritance
    System.Object
    EightCrossEightDotMatrix
    Namespace: Com.Syncfusion.Gauges.SfDigitalGauge
    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

    Gets or sets GaugeValue

    Declaration
    public string GaugeValue { get; set; }
    Property Value
    Type Description
    System.String

    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
    Type Description
    System.Single

    GetSegmentTextData()

    Declaration
    public static byte[][] GetSegmentTextData()
    Returns
    Type Description
    System.Byte[][]

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved