Search Results for

    Show / Hide Table of Contents

    Class PerformanceWidget

    Widget which shows the drawing performance

    Inheritance
    object
    BaseWidget
    BoxWidget
    TextBoxWidget
    ButtonWidget
    PerformanceWidget
    Implements
    IWidget
    Inherited Members
    TextBoxWidget.Padding
    TextBoxWidget.Text
    TextBoxWidget.TextSize
    TextBoxWidget.TextColor
    BoxWidget.CornerRadius
    BoxWidget.BackColor
    BoxWidget.Opacity
    BaseWidget.InputAreaType
    BaseWidget.HorizontalAlignment
    BaseWidget.VerticalAlignment
    BaseWidget.Margin
    BaseWidget.Position
    BaseWidget.Width
    BaseWidget.Height
    BaseWidget.Envelope
    BaseWidget.Enabled
    BaseWidget.InputTransparent
    BaseWidget.WithTappedEvent
    BaseWidget.WithPointerPressedEvent
    BaseWidget.WithPointerMovedEvent
    BaseWidget.WithPointerReleased
    BaseWidget.Tapped
    BaseWidget.PointerPressed
    BaseWidget.PointerMoved
    BaseWidget.PointerReleased
    BaseWidget.UpdateEnvelope(double, double, double, double)
    BaseWidget.OnTapped(WidgetEventArgs)
    BaseWidget.OnPointerPressed(WidgetEventArgs)
    BaseWidget.OnPointerMoved(WidgetEventArgs)
    BaseWidget.OnPointerReleased(WidgetEventArgs)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Widgets.InfoWidgets
    Assembly: Mapsui.dll
    Syntax
    public class PerformanceWidget : ButtonWidget, IWidget
    Remarks

    With this, the user could see the drawing performance on the screen. It shows always the values for the last draw before this draw.

    Constructors

    | Edit this page View Source

    PerformanceWidget(Performance)

    Widget which shows the drawing performance

    Declaration
    public PerformanceWidget(Performance performance)
    Parameters
    Type Name Description
    Performance performance
    Remarks

    With this, the user could see the drawing performance on the screen. It shows always the values for the last draw before this draw.

    Properties

    | Edit this page View Source

    Performance

    Performance object which holds the values

    Declaration
    public Performance Performance { get; }
    Property Value
    Type Description
    Performance

    Implements

    IWidget

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX