You are here: Start » AVL.NET » AVL.ClearImage Method

AVL.ClearImage Method

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

Name Type Range Default Description
ioImageAvlNet.Image
inRegionAvlNet.RegionInput region. Default value: atl::NIL, or null.
inValueAvlNet.PixelThe new background color.

See also