You are here: Start » AVL.NET » Invoke.DrawSegment

Invoke.DrawSegment

Draws a segment on an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DrawSegment
(
	Avl.Image ioImage,
	Avl.Segment2D inSegment,
	Optional<Avl.CoordinateSystem2D> inSegmentAlignment,
	Avl.Pixel inColor,
	Avl.DrawingStyle inDrawingStyle,
	Avl.MarkerType inMarkerType,
	float inMarkerSize
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inSegmentAvl.Segment2D
inSegmentAlignmentAtl.Optional<Avl.CoordinateSystem2D>
inColorAvl.Pixel
inDrawingStyleAvl.DrawingStyle
inMarkerTypeAvl.MarkerTypeArrowDefault value: Arrow.
inMarkerSizefloat<0.0f, INF>5.0fDefault value: 5.0f.

See also