alexa

    Show / Hide Table of Contents

    Struct TimeCounter

    Defines a structure that provides most accurate time counter.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public struct TimeCounter

    Properties

    Result

    Gets the result of the timer.

    Declaration
    public float Result { get; }
    Property Value
    Type
    System.Single

    Methods

    Finish()

    Helps to stops counting the timer.

    Declaration
    [Conditional("DEBUG")]
    public void Finish()

    Start()

    Helps to starts counting the timer.

    Declaration
    [Conditional("DEBUG")]
    public void Start()
    Back to top Generated by DocFX