Search Results for

    Show / Hide Table of Contents

    Class MRaster

    Inheritance
    object
    MRaster
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui
    Assembly: Mapsui.dll
    Syntax
    public class MRaster

    Constructors

    | Edit this page View Source

    MRaster(MRaster)

    Declaration
    public MRaster(MRaster raster)
    Parameters
    Type Name Description
    MRaster raster
    | Edit this page View Source

    MRaster(byte[], MRect)

    Declaration
    public MRaster(byte[] data, MRect extent)
    Parameters
    Type Name Description
    byte[] data
    MRect extent

    Properties

    | Edit this page View Source

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    Extent

    Declaration
    public MRect Extent { get; }
    Property Value
    Type Description
    MRect
    | Edit this page View Source

    TickFetched

    Declaration
    public long TickFetched { get; }
    Property Value
    Type Description
    long

    Extension Methods

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