ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearPixelateFillMethod Enumeration




ImGearPixelateFillMethod Enumeration
Defines fill methods for Pixelate operation.
Syntax
'Declaration
 
Public Enum ImGearPixelateFillMethod 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPixelateFillMethod
Members
MemberValueDescription
Average0The cell is filled with an average color of the cell rectangle.
Center3The cell is filled with a color on the center of the cell rectangle.
Color5Every cell is filled with a specified color.
Maximum2The cell is filled with a maximum color of the cell rectangle.
Minimum1The cell is filled with a minimum color of the cell rectangle.
Random4The 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