You are here: Start » AVL.NET » Invoke.DrawShapeRegion

Invoke.DrawShapeRegion

Draws a shape region on an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DrawShapeRegion
(
	Avl.Image ioImage,
	Avl.ShapeRegion inRoi,
	Optional<Avl.CoordinateSystem2D> inRegionAlignment,
	Avl.Pixel inColor,
	Avl.DrawingStyle inDrawingStyle,
	bool inForceRgb
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inRoiAvl.ShapeRegionRange of pixels to be processed.
inRegionAlignmentAtl.Optional<Avl.CoordinateSystem2D>
inColorAvl.Pixel
inDrawingStyleAvl.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.

See also