You are here: Start » AVL.NET » AVL.DrawRegion(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)

AVL.DrawRegion(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioImage
Type: AvlNet.Image
inRegion
Type: AvlNet.Region
inColor
Type: AvlNet.Pixel
inOpacity
Type: System.Single

See also