ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectD Structure / RectD Constructor / RectD Constructor(Rect)

In This Topic
    RectD Constructor(Rect)
    In This Topic
    Initializes a new instance of the RectD struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rc As Windows.Foundation.Rect _
    )
    public RectD( 
       Windows.Foundation.Rect rc
    )

    Parameters

    rc
    See Also