Answer to Question #3914 in C# for farah tahir
Question #3914
How can we draw a polygon using mouse by our self but when we click on polygon button then we can draw on the form otherwise not....in visual c# 2008
Expert's answer
You can create event onClick on form.
When you click polygon button some
bool become true, then at the beginning of event onClick check this bool: if
true - start event and at the finishing of event change bool false, otherwise
skip.
When you click polygon button some
bool become true, then at the beginning of event onClick check this bool: if
true - start event and at the finishing of event change bool false, otherwise
skip.
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment