ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicBorderParams Class / Irregularity Field




In This Topic
    Irregularity Field
    In This Topic
    Irregularity of the border.
    Syntax
    'Declaration
     
    Public Irregularity As Integer
    'Usage
     
    Dim instance As ImGearMosaicBorderParams
    Dim value As Integer
     
    value = instance.Irregularity
     
    instance.Irregularity = value
    public int Irregularity
    public: int Irregularity
    public:
    int Irregularity

    Field Value

    Any integer value.
    Remarks
    This option lets you specify the irregularity of the border. This value must be greater than or equal to zero.
    See Also