Pixelize filter renders the selected area using large color blocks. It is very similar to the effect seen on television when obscuring faces.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Pixelize(
	double amount
)
Public Sub Pixelize ( _
	amount As Double _
)
public:
void Pixelize(
	double amount
)

Parameters

amount
Double
A floating point value from 0 to 1 which specifies the size of the rectangular block in percentage.

See Also