Which of the following method is used to create a point in graphics windows ?
Answers
Answered by
1
Answer:
To create a graphics object
Receive a reference to a graphics object as part of the PaintEventArgs in the Paint event of a form or control. ...
Call the CreateGraphics method of a control or form to obtain a reference to a Graphics object that represents the drawing surface of that control or form.
Similar questions