Click or drag to resize
Accord.NET (logo)

Drawing Methods

Methods
  NameDescription
Public methodStatic memberFillRectangle(BitmapData, Rectangle, Color)
Fill rectangle on the specified image.
Public methodStatic memberFillRectangle(UnmanagedImage, Rectangle, Color)
Fill rectangle on the specified image.
Public methodStatic memberLine(BitmapData, IntPoint, IntPoint, Color)
Draw a line on the specified image.
Public methodStatic memberLine(UnmanagedImage, IntPoint, IntPoint, Color)
Draw a line on the specified image.
Public methodStatic memberPolygon(BitmapData, List<IntPoint>, Color)
Draw a polygon on the specified image.
Public methodStatic memberPolygon(UnmanagedImage, List<IntPoint>, Color)
Draw a polygon on the specified image.
Public methodStatic memberPolyline(BitmapData, List<IntPoint>, Color)
Draw a polyline on the specified image.
Public methodStatic memberPolyline(UnmanagedImage, List<IntPoint>, Color)
Draw a polyline on the specified image.
Public methodStatic memberRectangle(BitmapData, Rectangle, Color)
Draw rectangle on the specified image.
Public methodStatic memberRectangle(UnmanagedImage, Rectangle, Color)
Draw rectangle on the specified image.
Top
See Also