DrawingExtensions Class

CVB.Net Documentation
Extension methods for the members of the System.Drawingnamespace.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.ExtensionsDrawingExtensions

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

public static class DrawingExtensions

The DrawingExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDrawImage(Graphics, Image, HighBitScaleMode)
Draw a Image object into a Graphics object. Target rectangle is defined by the image's extent.
Public methodStatic memberDrawImage(Graphics, Image, Rect, HighBitScaleMode)
Draw a Image object into a Graphics object.
Public methodStatic memberDrawImage(Graphics, Image, Rect, Rect, HighBitScaleMode)
Draw a Image object into a Graphics object.
Public methodStatic memberDrawImage(Graphics, Image, Rect, Rect, PlaneConfiguration, Double, Int32, HighBitScaleMode)
Draw a Image object into a Graphics object.
Public methodStatic memberToColor
Convert the given Color to a RgbColor structure.
Public methodStatic memberToCvbWrappedImage
Wraps, without copying, the given bmData pixel buffer in a ImageImage.
Public methodStatic memberToImage
Creates a new Image and copies the data from the given bitmap.
Public methodStatic memberToPoint2D
Create a CvbPoint from a Point.
Public methodStatic memberToPoint2Dd(Point)
Create a PointD from a Point.
Public methodStatic memberToPoint2Dd(PointF)
Create a PointD from a PointF object.
Public methodStatic memberToSize2D(Size)
Converts the given Sizesz to a CvbSize.
Public methodStatic memberToSize2D(SizeF)
Converts the given SizeFsz to a SizeD.
Public methodStatic memberToSize2Dd
Converts the given SizeFsz to a CvbSizeD.
Top
See Also

Reference