ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierPopUpCtl Class / ImGearMagnifierPopUpCtl Constructor
Reference to ImGearMagnifierCtl that contains magnifier parameters.




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

    Parameters

    parent
    Reference to ImGearMagnifierCtl that contains magnifier parameters.
    See Also