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




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearMosaicBorderParams Class > ImGearMosaicBorderParams Constructor : ImGearMosaicBorderParams Constructor(ImGearDIB)
Uses ChannelCount, BitsPerChannel of the provided DIB.
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

Reference

ImGearMosaicBorderParams Class
ImGearMosaicBorderParams Members
Overload List