\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Util Namespace / DragImage Class / DragImage Constructor

In This Topic
    DragImage Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bmp As System.Drawing.Bitmap, _
       ByVal location As System.Drawing.Point _
    )
    public DragImage( 
       System.Drawing.Bitmap bmp,
       System.Drawing.Point location
    )

    Parameters

    bmp
    location
    See Also