ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicFillParams Class / ImGearMosaicFillParams Constructor / ImGearMosaicFillParams Constructor()




In This Topic
    ImGearMosaicFillParams Constructor()
    In This Topic
    Initializes a new instance of the ImGearMosaicFillParams class and fills it with default values, suitable for processing of RGB images.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearMosaicFillParams()
    public ImGearMosaicFillParams()
    public: ImGearMosaicFillParams();
    public:
    ImGearMosaicFillParams();
    See Also