Search Results for

    Show / Hide Table of Contents

    Class MRaster

    Inheritance
    object
    MRect
    MRaster
    Implements
    IEquatable<MRect>
    Inherited Members
    MRect.Max
    MRect.Min
    MRect.MaxX
    MRect.MaxY
    MRect.MinX
    MRect.MinY
    MRect.Centroid
    MRect.Width
    MRect.Height
    MRect.Bottom
    MRect.Left
    MRect.Top
    MRect.Right
    MRect.TopLeft
    MRect.TopRight
    MRect.BottomLeft
    MRect.BottomRight
    MRect.Vertices
    MRect.Copy()
    MRect.Contains(MPoint)
    MRect.Contains(MRect)
    MRect.Equals(MRect)
    MRect.GetArea()
    MRect.Grow(double)
    MRect.Grow(double, double)
    MRect.Intersects(MRect)
    MRect.Join(MRect)
    MRect.Multiply(double)
    MRect.Rotate(double)
    MRect.ToString()
    MRect.Equals(object)
    MRect.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Mapsui
    Assembly: Mapsui.dll
    Syntax
    public class MRaster : MRect, IEquatable<MRect>

    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 rect)
    Parameters
    Type Name Description
    byte[] data
    MRect rect

    Properties

    | Edit this page View Source

    Data

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

    TickFetched

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

    Implements

    IEquatable<T>

    Extension Methods

    MRectExtensions.ToExtent(MRect)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX