Class Sprite
  
  
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  Sprite(int, MPoint, Size, float)
  
  
  Declaration
  
    public Sprite(int atlas, MPoint p, Size s, float pixelRatio)
   
  Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Sprite(int, int, int, int, int, float)
  
  
  Declaration
  
    public Sprite(int atlas, int x, int y, int width, int height, float pixelRatio)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Atlas
  
  
  Declaration
  
    public int Atlas { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Data
  
  
  Declaration
  
    public object? Data { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Height
  
  
  Declaration
  
    public int Height { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  PixelRatio
  
  
  Declaration
  
    public float PixelRatio { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Width
  
  
  Declaration
  
    public int Width { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  X
  
  
  Declaration
  
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Y
  
  
  Declaration
  
  Property Value