Show / Hide Table of Contents

    Class FetchTileCompletedEventArgs

    Inheritance
    System.Object
    FetchTileCompletedEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Fetcher
    Assembly: Mapsui.dll
    Syntax
    public class FetchTileCompletedEventArgs

    Constructors

    | Improve this Doc View Source

    FetchTileCompletedEventArgs(Exception, Boolean, TileInfo, Byte[])

    Declaration
    public FetchTileCompletedEventArgs(Exception error, bool cancelled, TileInfo tileInfo, byte[] image)
    Parameters
    Type Name Description
    System.Exception error
    System.Boolean cancelled
    BruTile.TileInfo tileInfo
    System.Byte[] image

    Fields

    | Improve this Doc View Source

    Cancelled

    Declaration
    public readonly bool Cancelled
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Error

    Declaration
    public Exception Error
    Field Value
    Type Description
    System.Exception
    | Improve this Doc View Source

    Image

    Declaration
    public readonly byte[] Image
    Field Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    TileInfo

    Declaration
    public readonly TileInfo TileInfo
    Field Value
    Type Description
    BruTile.TileInfo
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX