You are here: Start » AVL.NET » AVL.DrawRegions_TwoColors(AvlNet.Image, AvlNet.Region[], AvlNet.Pixel, AvlNet.Pixel, bool?[], float, bool, AvlNet.Image)

AVL.DrawRegions_TwoColors(AvlNet.Image, AvlNet.Region[], AvlNet.Pixel, AvlNet.Pixel, bool?[], float, bool, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawRegions_TwoColors(
	AvlNet.Image inImage,
	AvlNet.Region[] inRegions,
	AvlNet.Pixel inColorIfTrue,
	AvlNet.Pixel inColorIfFalse,
	bool?[] inConditions,
	float inOpacity,
	bool inForceRgb,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
inRegions
Type: AvlNet.Region
inColorIfTrue
Type: AvlNet.Pixel
inColorIfFalse
Type: AvlNet.Pixel
inConditions
Type: System.Nullable<System.Boolean>
inOpacity
Type: System.Single
inForceRgb
Type: System.Boolean
outImage
Type: AvlNet.Image

See also