I am working on a project where I need my drawn animation with letter on the form - and check when falling letter reaches a certain position.
The thing is that I would like to use the method IntersectsWith
but can not do that since the DrawString()
method is not an object is just a void method.
What do you suggest how can I check whether text reaches certain position?
I want my letters which are drawn to the form to act like Object
's - so that I can do things with them afterwards.