ImageGear .NET v24.12 - Updated
ImGearMagnifierPopUpCtl Constructor




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierPopUpCtl Class : ImGearMagnifierPopUpCtl Constructor
Reference to ImGearMagnifierCtl that contains magnifier parameters.
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

Reference

ImGearMagnifierPopUpCtl Class
ImGearMagnifierPopUpCtl Members
ImGearMagnifierCtl Class