ImageGear for .NET
graphics Property (ImGearAfterDrawEventArgs)




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

Property Value

System.Drawing.Graphics class object.
See Also

Reference

ImGearAfterDrawEventArgs Class
ImGearAfterDrawEventArgs Members
ImGearPageView Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback