Click or drag to resize

BitmapExtensions Class

Extensions for Bitmap class.
Inheritance Hierarchy
System.Object
  DotNetBrowser.Wpf.BitmapExtensions

Namespace:  DotNetBrowser.Wpf
Assembly:  DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.27.1
Syntax
C#
public static class BitmapExtensions

The BitmapExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToBitmap
Converts the Bitmap instance to Bitmap.
Public methodStatic memberToBitmapSource
Converts the Bitmap instance to BitmapSource that can be then used in building the UI, e.g. displaying icons.
Top
See Also