VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImageWrapper Class / VintasoftImageWrapper Constructor(VintasoftImage,Rectangle,BitmapLockMode)
Syntax Requirements SeeAlso
In This Topic
    VintasoftImageWrapper Constructor(VintasoftImage,Rectangle,BitmapLockMode)
    In This Topic
    Initializes a new instance of the VintasoftImageWrapper class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal source
    The source image.
    As VintasoftImage, _
    ByVal rect
    The rect on source image.
    As System.Drawing.Rectangle, _
    ByVal lockMode
    The lock mode.
    As BitmapLockMode _
    )

    Parameters

    source
    The source image.
    rect
    The rect on source image.
    lockMode
    The lock mode.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also