You are here: Start » AVL.NET » AVS.DrawShapeRegion Method

AVS.DrawShapeRegion Method

Draws a shape region on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawShapeRegion
(
	AvlNet.Image ioImage,
	AvlNet.ShapeRegion inRoi,
	AvlNet.CoordinateSystem2D? inRegionAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle,
	bool inForceRgb
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRoiAvlNet.ShapeRegionRange of pixels to be processed.
inRegionAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.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