Initializes a new instance of the
ImGearAfterDrawEventArgs class.
Syntax
public ImGearAfterDrawEventArgs(
Graphics
)
public: ImGearAfterDrawEventArgs(
Graphics*
)
public:
ImGearAfterDrawEventArgs(
Graphics^
)
Parameters
- graphics
- Graphics object to initialize the class with.
Return Value
The new instance of
ImGearAfterDrawEventArgs class.
See Also