Class MRaster
  
  
  
  
  
  
  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
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Data
  
  
  Declaration
  
    public byte[] Data { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  TickFetched
  
  
  Declaration
  
    public long TickFetched { get; }
   
  Property Value
  
  Implements
  
  Extension Methods