ImageGear .NET v24.12 - Updated
ImGearAfterDrawEventArgs Constructor




ImageGear24.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