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

AVL.DrawShapeRegion Method

Draws a ShapeRegion object on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawShapeRegion(
	ref AvlNet.Image ioImage,
	AvlNet.ShapeRegion inShapeRegion,
	AvlNet.CoordinateSystem2D? inShapeRegionAlignment,
	AvlNet.Pixel inColor,
	AvlNet.DrawingStyle inDrawingStyle
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inShapeRegionAvlNet.ShapeRegion
inShapeRegionAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inDrawingStyleAvlNet.DrawingStyle

See also