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

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

    Parameters

    rc
    See Also