Search Results for

    Show / Hide Table of Contents

    Class RefreshGraphicsEventArgs

    Event args for RefreshGraphicsRequest. Carries a RefreshRequest describing what needs to be redrawn.

    Inheritance
    object
    EventArgs
    RefreshGraphicsEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui
    Assembly: Mapsui.dll
    Syntax
    public sealed class RefreshGraphicsEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    RefreshGraphicsEventArgs(RefreshRequest)

    Declaration
    public RefreshGraphicsEventArgs(RefreshRequest request)
    Parameters
    Type Name Description
    RefreshRequest request

    Properties

    | Edit this page View Source

    Request

    Describes the region to redraw. Full means redraw the entire viewport.

    Declaration
    public RefreshRequest Request { get; }
    Property Value
    Type Description
    RefreshRequest

    Extension Methods

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