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

AVS.DrawRegion Method

Draws a region on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawRegion
(
	AvlNet.Image ioImage,
	AvlNet.Region inRegion,
	AvlNet.CoordinateSystem2D? inRegionAlignment,
	AvlNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRegionAvlNet.RegionInput region.
inRegionAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inOpacityfloat<0.0f, 1.0f>

Function Overrides

See also