You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
ioImage | Avl.Image | ||||
![]() | inRoi | Avl.ShapeRegion | Range of pixels to be processed. | ||
![]() | inRegionAlignment | Atl.Optional<Avl.CoordinateSystem2D> | |||
![]() | inColor | Avl.Pixel | |||
![]() | inDrawingStyle | Avl.DrawingStyle | DrawingStyle ( 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 ). | |
![]() | inForceRgb | bool | True | Filter will convert monochromatic image to RGB if needed. Default value: True. |