Click or drag to resize

BitmapExtensions Class

Extensions for Bitmap class.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.WpfBitmapExtensions

Namespace:  DotNetBrowser.Wpf
Assembly:  DotNetBrowser.Wpf (in DotNetBrowser.Wpf.dll) Version: 2.23.0
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