ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Size2D Structure / Size2D Constructor / Size2D Constructor(Double,Double)

In This Topic
    Size2D Constructor(Double,Double)
    In This Topic
    Initializes a new instance of the Size2D struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public Size2D( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also