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

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

    Parameters

    width
    height
    See Also