ImageGear PDF v25.2 - Updated
ImGearAfterDrawEventArgs Constructor




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearAfterDrawEventArgs Class : ImGearAfterDrawEventArgs Constructor
Graphics object to initialize the class with.
Initializes a new instance of the ImGearAfterDrawEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics _
)
'Usage
 
Dim graphics As Graphics
 
Dim instance As New ImGearAfterDrawEventArgs(graphics)
public ImGearAfterDrawEventArgs( 
   Graphics graphics
)
public: ImGearAfterDrawEventArgs( 
   Graphics* graphics
)
public:
ImGearAfterDrawEventArgs( 
   Graphics^ graphics
)

Parameters

graphics
Graphics object to initialize the class with.

Return Value

The new instance of ImGearAfterDrawEventArgs class.
See Also

Reference

ImGearAfterDrawEventArgs Class
ImGearAfterDrawEventArgs Members
ImGearPageView Class

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