Core Library for WPF | ComponentOne
C1.WPF Namespace / RectWrapper Structure / RectWrapper Constructor

In This Topic
    RectWrapper Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rect As RectangleF _
    )
    public RectWrapper( 
       RectangleF rect
    )

    Parameters

    rect
    See Also