Table of Contents

Namespace Bonsai.Vision.Drawing

Classes

AddImage

Represents an operator that specifies drawing the specified image to the canvas.

AddText

Represents an operator that specifies rendering text strokes with the specified font and color at a given location.

AddTextBase

Provides an abstract base class for operators that specify drawing text strokes with a specified font and color.

AddTextBox

Represents an operator that specifies rendering text strokes with the specified font and color inside the specified layout rectangle.

Canvas

Provides support for lazy initialization and rendering of dynamic bitmaps.

CanvasElement

Provides an abstract base class for operators that specify a new drawing operation to be applied to every canvas in the sequence.

Circle

Represents an operator that specifies drawing a circle with the specified center and radius.

CreateCanvas

Represents an operator that creates an empty canvas using the specified size and pixel format.

CreateFont

Represents an operator that creates a font which can be passed to text rendering functions.

CropCanvas

Represents an operator that crops the active drawing subregion of each canvas in the sequence.

DrawCanvas

Represents an operator that renders the sequence of operations in each canvas of the sequence to create a new image.

DrawContours

Represents an operator that specifies drawing contour outlines or filled interiors in an image.

Ellipse

Represents an operator that specifies drawing an ellipse outline, filled ellipse, elliptic arc, or filled elliptic sector.

FillPolygon

Represents an operator that specifies filling an area bounded by several polygonal contours.

Line

Represents an operator that specifies drawing a line segment connecting two points.

LineChart

Represents an operator that specifies drawing a line chart by plotting each row of a matrix as a polyline element.

Path

Represents an operator that specifies drawing a path from an array of vertices.

PolyLine

Represents an operator that specifies drawing one or more polygonal curves.

Rectangle

Represents an operator that specifies drawing a simple, thick, or filled rectangle with the specified origin and size.