ImageGear .NET - Updated
ImGearPixelateFillMethod Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearPixelateFillMethod Enumeration
Defines fill methods for Pixelate operation.
Syntax
'Declaration
 
Public Enum ImGearPixelateFillMethod 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPixelateFillMethod
public enum ImGearPixelateFillMethod : System.Enum 
__value public enum ImGearPixelateFillMethod : public System.Enum 
public enum class ImGearPixelateFillMethod : public System.Enum 
Members
MemberDescription
AverageThe cell is filled with an average color of the cell rectangle.
CenterThe cell is filled with a color on the center of the cell rectangle.
ColorEvery cell is filled with a specified color.
MaximumThe cell is filled with a maximum color of the cell rectangle.
MinimumThe cell is filled with a minimum color of the cell rectangle.
RandomThe cell is filled with a randomly chosen color of the cell rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearPixelateFillMethod

See Also

Reference

ImageGear.Processing Namespace