ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicFillParams Class / ImGearMosaicFillParams Constructor / ImGearMosaicFillParams Constructor(ImGearDIB)
DIB which pixel format will be used for creation of ImGearMosaicFillParams class object.




In This Topic
    ImGearMosaicFillParams Constructor(ImGearDIB)
    In This Topic
    Initializes a new instance of the ImGearMosaicFillParams class and fills it with default values, according to pixel format of the specified DIB.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dib As ImGearDIB _
    )
    'Usage
     
    Dim dib As ImGearDIB
     
    Dim instance As New ImGearMosaicFillParams(dib)
    public ImGearMosaicFillParams( 
       ImGearDIB dib
    )
    public: ImGearMosaicFillParams( 
       ImGearDIB* dib
    )
    public:
    ImGearMosaicFillParams( 
       ImGearDIB^ dib
    )

    Parameters

    dib
    DIB which pixel format will be used for creation of ImGearMosaicFillParams class object.
    Remarks
    This constructor initializes the Color field according to channel count and channel storage format (BitsPerChannel) of the specified DIB.
    See Also