ImageGear .NET v24.12 - Updated
ImGearMosaicFillParams Constructor(ImGearDIB)




ImageGear24.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.
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

Reference

ImGearMosaicFillParams Class
ImGearMosaicFillParams Members
Overload List