Click or drag to resize
Accord.NET (logo)

Drawing Class

Drawing primitives.
Inheritance Hierarchy
SystemObject
  Accord.ImagingDrawing

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static class Drawing
Request Example View Source
Methods
Remarks

The class allows to do drawing of some primitives directly on locked image data or unmanaged image.

Note Note
All methods of this class support drawing only on color 24/32 bpp images and on grayscale 8 bpp indexed images.

Note Note
When it comes to alpha blending for 24/32 bpp images, all calculations are done as described on Wikipeadia (see "over" operator).

See Also