ImageExtensions Class

CVB.Net Documentation
Extension methods on the Image object.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.ExtensionsImageExtensions

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

public static class ImageExtensions

The ImageExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd
Add a CvbPointD and a Point.
Public methodStatic memberGetPixel
Gets the pixel values of all planes at the given position.
Public methodStatic memberToBitmap(Image)
Convert this Image into a Bitmap of identical size and convert data with bit depth higher than 8 via Global scaling.
Public methodStatic memberToBitmap(Image, HighBitScaleMode)
Convert this Image into a Bitmap of identical size.
Public methodStatic memberToBitmap(Image, Int32, Int32, HighBitScaleMode)
Convert this Image into a Bitmap of selectable size.
Public methodStatic memberToBitmap(Image, Int32, Int32, PixelFormat, Rect, PlaneConfiguration, Double, Int32, HighBitScaleMode)
Create a Bitmap from this CVB image.
Public methodStatic memberToPixelBufferTPixel
Create a byte buffer with the serialized image pixel data.
Public methodStatic memberToPoint(Point2D)
Conversion to System.Drawing.Point.
Public methodStatic memberToPoint(Point2Dd)
implicit conversion operator to System.Drawing.Point
Public methodStatic memberToPointF(Point2D)
Conversion to System.Drawing.PointF.
Public methodStatic memberToPointF(Point2Dd)
implicit conversion operator to System.Drawing.PointF
Public methodStatic memberToPoints
Convert a Point2Dd array into a Point array.
Public methodStatic memberToRectangle
Convert a Rect to a Rectangle.
Public methodStatic memberToSize
Convert a CvbSize to a Size.
Top
See Also

Reference