• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    Size Constructor

    Size(Size)

    Initializes a new instance of the Size class from the specified existing Size.

    Declaration
    public Size(Size size)
    Parameters
    Type Name Description
    Size size

    Size(Point)

    Initializes a new instance of the Size class from the specified Point.

    Declaration
    public Size(Point pt)
    Parameters
    Type Name Description
    Point pt

    Size(Vector2)

    Initializes a new instance of the Size struct from the specified System.Numerics.Vector2.

    Declaration
    public Size(Vector2 vector)
    Parameters
    Type Name Description
    System.Numerics.Vector2 vector

    Size(Double, Double)

    Initializes a new instance of the Size class from the specified dimensions.

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

    Size(Double)

    Initializes a new instance of the Size struct.

    Declaration
    public Size(double widthAndHeight)
    Parameters
    Type Name Description
    System.Double widthAndHeight

    Width and Height values.

    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software