Table of Contents

Class PolyLine

Namespace
Bonsai.Vision.Drawing
Assembly
Bonsai.Vision.dll

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

public class PolyLine : CanvasElement
Inheritance
PolyLine
Inherited Members

Properties

Closed

Gets or sets a value indicating whether the polylines should be closed. If closed, a line is drawn between the first and last vertex of every contour.

Color

Gets or sets the color of the polylines.

LineType

Gets or sets a value specifying the line drawing algorithm used to draw the polylines.

Points

Gets or sets the array of vertices specifying each polyline.

Shift

Gets or sets the number of fractional bits in the vertex coordinates.

Thickness

Gets or sets the thickness of the polyline edges.

Methods

GetRenderer()

Returns the polyline drawing operation.