Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Size2D Class / Size2D Constructor / Size2D Constructor(Double,Double)

In This Topic
    Size2D Constructor(Double,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public Size2D( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also