You are here: Start » FIL.NET » FIS.DrawSegment Method

FIS.DrawSegment Method

Draws a segment on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawSegment
(
	FilNet.Image ioImage,
	FilNet.Segment2D inSegment,
	FilNet.CoordinateSystem2D? inSegmentAlignment,
	FilNet.Pixel inColor,
	FilNet.DrawingStyle inDrawingStyle,
	FilNet.MarkerType inMarkerType,
	float inMarkerSize
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inSegmentFilNet.Segment2D
inSegmentAlignmentFilNet.CoordinateSystem2D?
inColorFilNet.Pixel
inDrawingStyleFilNet.DrawingStyle
inMarkerTypeFilNet.MarkerTypeArrowDefault value: Arrow.
inMarkerSizefloat<0.0f, INF>5.0fDefault value: 5.0f.

Function Overrides

See also