You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawPath

FIL.DrawPath

Draws a path on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DrawPath
(
	FilNet.Image ioImage,
	FilNet.Path inPath,
	FilNet.Pixel inColor,
	FilNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inPathFilNet.PathInput path.
inColorFilNet.Pixel
inDrawingStyleFilNet.DrawingStyle

Function Overrides

See also