ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPixelateCellParams Class / Type Field




In This Topic
    Type Field (ImGearPixelateCellParams)
    In This Topic
    Type of the cell.
    Syntax
    'Declaration
     
    Public Type As ImGearPixelateCellType
    'Usage
     
    Dim instance As ImGearPixelateCellParams
    Dim value As ImGearPixelateCellType
     
    value = instance.Type
     
    instance.Type = value
    public: ImGearPixelateCellType Type
    public:
    ImGearPixelateCellType Type

    Field Value

    ImGearPixelateCellType enumeration value.
    Remarks
    This option lets you specify the type of the cell. See ImGearPixelateCellType enumeration.
    See Also