Click or drag to resize

BitmapExtensionsToBitmap Method

Converts the Bitmap instance to Bitmap.

Namespace:  DotNetBrowser.WinForms
Assembly:  DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.13.0
Syntax
C#
public static Bitmap ToBitmap(
	this Bitmap bitmap
)

Parameters

bitmap
Type: DotNetBrowser.UiBitmap
the bitmap to convert

Return Value

Type: Bitmap
the converted bitmap.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Bitmap. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also