ImageGear .NET v25.1 - Updated
ImGearMosaicType Enumeration




ImageGear.Core Assembly > ImageGear.Processing Namespace : ImGearMosaicType Enumeration
Defines a type of Mosaic effect.
Syntax
'Declaration
 
Public Enum ImGearMosaicType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearMosaicType
public enum ImGearMosaicType : System.Enum 
__value public enum ImGearMosaicType : public System.Enum 
public enum class ImGearMosaicType : public System.Enum 
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

Reference

ImageGear.Processing Namespace