Search Results for

    Show / Hide Table of Contents

    Class Planebounds

    The space required for the glyph.

    Inheritance
    object
    Planebounds
    Namespace: Evergine.Framework.Assets.AssetParts.Fonts
    Assembly: Evergine.Framework.dll
    Syntax
    public class Planebounds

    Properties

    bottom

    Gets or sets the bottom value.

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

    left

    Gets or sets the left value.

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

    right

    Gets or sets the right value.

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

    top

    Gets or sets the top.

    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