I seek to @override the DrawLine method of the Graphics class, but I am unsure if this is possible?
@override
DrawLine
Graphics
I seek to put a validation in
It is not possible for normal code to replace method that is not designed to be replaced/overriden.
You can