Table of Contents

Method ToBitmap

Namespace
DotNetBrowser.Wpf
Assembly
DotNetBrowser.Wpf.dll

ToBitmap(Bitmap)

Converts the Bitmap instance to Bitmap.

public static Bitmap ToBitmap(this Bitmap bitmap)

Parameters

bitmap Bitmap

the bitmap to convert

Returns

Bitmap

the converted bitmap.