Search Results for

    Show / Hide Table of Contents

    Class Size

    Inheritance
    object
    Size
    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 Size

    Constructors

    | Edit this page View Source

    Size()

    Declaration
    public Size()
    | Edit this page View Source

    Size(Size)

    Declaration
    public Size(Size size)
    Parameters
    Type Name Description
    Size size
    | Edit this page View Source

    Size(double, double)

    Declaration
    public Size(double width, double height)
    Parameters
    Type Name Description
    double width
    double height

    Properties

    | Edit this page View Source

    Height

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

    Width

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