ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearMosaicType Enumeration




ImGearMosaicType Enumeration
Defines a type of Mosaic effect.
Syntax
'Declaration
 
Public Enum ImGearMosaicType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearMosaicType
Members
MemberValueDescription
Cartesian0Mosaic is drawn in Cartesian coordinate system.
Polar1Mosaic is drawn in Polar coordinate system.
Spiderweb2Mosaic is drawn in Polar coordinate system, but segments of circles between radial lines are straight.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearMosaicType

See Also