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




ImGearPixelateCellType Enumeration
Defines cell types for Pixelate operation.
Syntax
'Declaration
 
Public Enum ImGearPixelateCellType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPixelateCellType
Members
MemberValueDescription
Circle1The cell is a circle.
Rectangle0The cell is rounded or non-rounded rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearPixelateCellType

See Also