Search Results for

    Show / Hide Table of Contents

    Class ViewScale

    拡大率

    Inheritance
    object
    ViewScale
    Implements
    IEquatable<ViewScale>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record ViewScale : IEquatable<ViewScale>

    Properties

    Horizontal

    水平

    Declaration
    public decimal Horizontal { get; set; }
    Property Value
    Type Description
    decimal

    Vertical

    縦

    Declaration
    public decimal Vertical { get; set; }
    Property Value
    Type Description
    decimal

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara