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

FIL.DrawShapeRegion

Draws a shape region on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DrawShapeRegion
(
	FilNet.Image ioImage,
	FilNet.ShapeRegion inRoi,
	FilNet.Pixel inColor,
	FilNet.DrawingStyle inDrawingStyle,
	bool inForceRgb
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inRoiFilNet.ShapeRegionRange of pixels to be processed.
inColorFilNet.Pixel
inDrawingStyleFilNet.DrawingStyleDrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f )Default value: DrawingStyle ( DrawingMode: HighQuality Opacity: 1.0f Thickness: 1.0f Filled: False PointShape: Nil PointSize: 1.0f ).
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.

Function Overrides

See also