Show / Hide Table of Contents

    Class Size

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

    Constructors

    | Improve this Doc View Source

    Size()

    Declaration
    public Size()
    | Improve this Doc View Source

    Size(Size)

    Declaration
    public Size(Size size)
    Parameters
    Type Name Description
    Size size
    | Improve this Doc View Source

    Size(Double, Double)

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

    Properties

    | Improve this Doc View Source

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX