ImageGear PDF v25.2 - Updated
ImGearART3DToolBar Constructor




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearART3DToolBar Class : ImGearART3DToolBar Constructor
Reference to ImageGear.Windows.Forms.ImGearPageView control.
Reference to ImageGear.ART.ImGearARTMark annotation the 3D toolbar will be working with.
Initializes a new instance of the ImGearART3DToolBar class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageView As ImGearPageView, _
   ByVal imageMark As ImGearARTMark _
)
'Usage
 
Dim pageView As ImGearPageView
Dim imageMark As ImGearARTMark
 
Dim instance As New ImGearART3DToolBar(pageView, imageMark)
public ImGearART3DToolBar( 
   ImGearPageView pageView,
   ImGearARTMark imageMark
)
public: ImGearART3DToolBar( 
   ImGearPageView* pageView,
   ImGearARTMark* imageMark
)
public:
ImGearART3DToolBar( 
   ImGearPageView^ pageView,
   ImGearARTMark^ imageMark
)

Parameters

pageView
Reference to ImageGear.Windows.Forms.ImGearPageView control.
imageMark
Reference to ImageGear.ART.ImGearARTMark annotation the 3D toolbar will be working with.
See Also

Reference

ImGearART3DToolBar Class
ImGearART3DToolBar Members

Is this page helpful?
Yes No
Thanks for your feedback.