ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearMagnifier Constructor(IContainer)
    In This Topic
    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