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

AVL.ClearImage(AvlNet.Image, 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.Pixel inValue
)

Parameters

ioImage
Type: AvlNet.Image
inValue
Type: AvlNet.Pixel
The new background color

Remarks

See full override for more details.

See also