Show / Hide Table of Contents

    Interface IRaster

    Inherited Members
    IGeometry.Envelope
    IGeometry.GetBoundingBox()
    IGeometry.AsText()
    IGeometry.AsBinary()
    IGeometry.ToString()
    IGeometry.IsEmpty()
    IGeometry.Clone()
    IGeometry.Equals(Geometry)
    IGeometry.Distance(Point)
    IGeometry.Contains(Point)
    Namespace: Mapsui.Geometries
    Assembly: Mapsui.Geometries.dll
    Syntax
    public interface IRaster : IGeometry

    Properties

    | Improve this Doc View Source

    BoundingBox

    Declaration
    BoundingBox BoundingBox { get; }
    Property Value
    Type Description
    BoundingBox
    | Improve this Doc View Source

    Data

    Declaration
    MemoryStream Data { get; }
    Property Value
    Type Description
    System.IO.MemoryStream
    | Improve this Doc View Source

    TickFetched

    Declaration
    long TickFetched { get; }
    Property Value
    Type Description
    System.Int64

    Extension Methods

    GeometryExtensions.Copy(IGeometry)
    GeometryIterator.AllVertices(IGeometry)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX