ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearAfterDrawEventArgs Class / graphics Property




In This Topic
    graphics Property (ImGearAfterDrawEventArgs)
    In This Topic
    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