|
DrawingPolyline Method (UnmanagedImage, ListIntPoint, Color)
|
Draw a polyline on the specified image.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static void Polyline(
UnmanagedImage image,
List<IntPoint> points,
Color color
)
Public Shared Sub Polyline (
image As UnmanagedImage,
points As List(Of IntPoint),
color As Color
)
Request Example
View SourceParameters
- image
- Type: Accord.ImagingUnmanagedImage
Source image to draw on. - points
- Type: System.Collections.GenericListIntPoint
Points of the polyline to draw. - color
- Type: System.DrawingColor
polyline's color.
Remarks See Also