ImageExtensions Class

CVB.Net Documentation
Collection of extension methods that involve the type Image.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.WpfImageExtensions

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public static class ImageExtensions

The ImageExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberIsSpecial
Gets whether this image should be displayed via ToBitmap.
Public methodStatic memberToBitmapSource(Bitmap)
Extension method to create a BitmapSource from a Bitmap object.
Public methodStatic memberToBitmapSource(Image)
Convert this Cvb image into a bmData source of identical size, using default conversion for high bit images.
Public methodStatic memberToBitmapSource(Image, HighBitScaleMode)
Convert this Cvb image into a bmData source of identical size.
Public methodStatic memberToBitmapSource(Image, Int32, Int32, HighBitScaleMode)
Convert this Cvb image into a bmData of selectable size.
Public methodStatic memberToBitmapSource(Image, Int32, Int32, Rect, PlaneConfiguration, Double, Int32, HighBitScaleMode)
Create a BitmapSource from this CVB image.
Public methodStatic memberWriteImage(WriteableBitmap, Image, HighBitScaleMode)
Copies the Image pixel data.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Int32Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Rect, Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Int32Rect, Int32Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Top
See Also

Reference