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

AVL.ClearImage(AvlNet.Image, AvlNet.Region, AvlNet.Pixel)

Sets image pixels to the specified value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ClearImage(
	ref AvlNet.Image ioImage,
	AvlNet.Region inRegion,
	AvlNet.Pixel inValue
)

Parameters

ioImage
Type: AvlNet.Image
inRegion
Type: AvlNet.Region
Input region, or null.
inValue
Type: AvlNet.Pixel
The new background color

See also