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




In This Topic
    RectBoundRadius Field
    In This Topic
    Round radius.
    Syntax
    'Declaration
     
    Public RectBoundRadius As Integer
    'Usage
     
    Dim instance As ImGearPixelateCellParams
    Dim value As Integer
     
    value = instance.RectBoundRadius
     
    instance.RectBoundRadius = value
    public int RectBoundRadius
    public: int RectBoundRadius
    public:
    int RectBoundRadius

    Field Value

    Any integer value.
    Remarks
    This option lets you to specify the round radius when Type field.
    See Also