Parameters
- image
- The image.
- bitmap
- The System.Drawing.Image object.
- disposeBitmapAfterUse
- A value indicating whether System.Drawing.Image object must be disposed after use.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if bitmap is null. |
| System.InvalidOperationException | Thrown if IsImageDataLocked is set to true. |
Bitmap object must not be disposed during lifetime of this VintasoftImage object.
This C#/VB.NET code shows how to load image from disk, copy image to clipboard, process image in external image editor, copy image back from the clipboard and save processed image.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
VintasoftImageGdiExtensions Class
VintasoftImageGdiExtensions Members
SetImage(VintasoftImage)
IsImageDataLocked