ImageDrawerDrawLines Method (ImagePlane, Double, Int32, Point2D)

CVB.Net Documentation
Draws multiple connected lines as by the given points on the given Imageplane.

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

public static void DrawLines(
	ImagePlane plane,
	double intensity,
	int thickness,
	params Point2D[] points
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
thickness
Type: SystemInt32
Line thickness in pixels.
points
Type: Stemmer.CvbPoint2D
Points to draw lines with.
Exceptions

ExceptionCondition
ArgumentNullExceptionpoints is null (Nothing in Visual Basic).
ObjectDisposedExceptionImage of given plane was disposed.
ArgumentExceptionThe thickness is smaller than one.
See Also

Reference