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

FIS.DrawPath Method

Draws a path on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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