ImageGear .NET v24.12 - Updated
ImGearMagnifier Constructor(IContainer)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class > ImGearMagnifier Constructor : ImGearMagnifier Constructor(IContainer)
A collection of IComponent objects that represents all the components in the IContainer. Use this.components when initializing in the Windows Form Designer.
Initializes a new instance of the ImGearMagnifier class.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As IContainer _
)
'Usage
 
Dim container As IContainer
 
Dim instance As New ImGearMagnifier(container)
public ImGearMagnifier( 
   IContainer container
)
public: ImGearMagnifier( 
   IContainer* container
)
public:
ImGearMagnifier( 
   IContainer^ container
)

Parameters

container
A collection of IComponent objects that represents all the components in the IContainer. Use this.components when initializing in the Windows Form Designer.

Return Value

The new instance of ImGearMagnifier class.
See Also

Reference

ImGearMagnifier Class
ImGearMagnifier Members
Overload List