Search Results for

    Show / Hide Table of Contents

    Class Atlasbounds

    The glyph coordinates inside the atlas.

    Inheritance
    object
    Atlasbounds
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Assets.AssetParts.Fonts
    Assembly: Evergine.Framework.dll
    Syntax
    public class Atlasbounds

    Properties

    bottom

    Gets or sets the atlas bottom (pixels).

    Declaration
    public float bottom { get; set; }
    Property Value
    Type Description
    float

    left

    Gets or sets the atlas left (pixels).

    Declaration
    public float left { get; set; }
    Property Value
    Type Description
    float

    right

    Gets or sets the atlas right (pixels).

    Declaration
    public float right { get; set; }
    Property Value
    Type Description
    float

    top

    Gets or sets the atlas top (pixels).

    Declaration
    public float top { get; set; }
    Property Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX