Search Results for

    Show / Hide Table of Contents

    Class Sprite

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

    Constructors

    | Edit this page View Source

    Sprite(int, MPoint, Size, float)

    Declaration
    public Sprite(int atlas, MPoint p, Size s, float pixelRatio)
    Parameters
    Type Name Description
    int atlas
    MPoint p
    Size s
    float pixelRatio
    | 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
    Type Name Description
    int atlas
    int x
    int y
    int width
    int height
    float pixelRatio

    Properties

    | Edit this page View Source

    Atlas

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

    Data

    Declaration
    public object? Data { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Height

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

    PixelRatio

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

    Width

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

    X

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

    Y

    Declaration
    public int Y { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX