ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearAfterDrawEventArgs Class / ImGearAfterDrawEventArgs Constructor
Graphics object to initialize the class with.




In This Topic
    ImGearAfterDrawEventArgs Constructor
    In This Topic
    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