ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / ImageRect Structure / ImageRect Constructor / ImageRect Constructor(RectL)

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

    Parameters

    rc
    See Also