ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearMosaicType Enumeration




In This Topic
    ImGearMosaicType Enumeration
    In This Topic
    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