ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicBorderParams Class / ImGearMosaicBorderParams Constructor / ImGearMosaicBorderParams Constructor(ImGearDIB)
Uses ChannelCount, BitsPerChannel of the provided DIB.




In This Topic
    ImGearMosaicBorderParams Constructor(ImGearDIB)
    In This Topic
    Initializes a new instance of the ImGearMosaicBorderParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dib As ImGearDIB _
    )
    'Usage
     
    Dim dib As ImGearDIB
     
    Dim instance As New ImGearMosaicBorderParams(dib)
    public ImGearMosaicBorderParams( 
       ImGearDIB dib
    )
    public: ImGearMosaicBorderParams( 
       ImGearDIB* dib
    )
    public:
    ImGearMosaicBorderParams( 
       ImGearDIB^ dib
    )

    Parameters

    dib
    Uses ChannelCount, BitsPerChannel of the provided DIB.

    Return Value

    The new instance of ImGearMosaicBorderParams class
    Remarks
    This constructor creates the new instance of the ImGearMosaicBorderParams class.
    See Also