ImageGear .NET - Updated
graphics Property (ImGearAfterDrawEventArgs)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearAfterDrawEventArgs Class : graphics Property
Gets Graphics object used for painting on the ImGearPageView class for which the event was triggered.
Syntax
'Declaration
 
Public ReadOnly Property graphics As Graphics
'Usage
 
Dim instance As ImGearAfterDrawEventArgs
Dim value As Graphics
 
value = instance.graphics
public Graphics graphics {get;}
public: __property Graphics* get_graphics();
public:
property Graphics^ graphics {
   Graphics^ get();
}

Property Value

System.Drawing.Graphics class object.
See Also

Reference

ImGearAfterDrawEventArgs Class
ImGearAfterDrawEventArgs Members
ImGearPageView Class