Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / LockBitmap Class / LockBitmap Constructor

In This Topic
    LockBitmap Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As Bitmap _
    )
    public LockBitmap( 
       Bitmap source
    )

    Parameters

    source
    See Also