SetWindowLocation Method Example

The following example sets the location of the Picture TestPicture by setting the top percentage to 10, the left percentage to 10 and setting the height and width percentages both to 200, without redrawing the document after setting the window's location.

TestPicture.SetWindowLocation 10, 10, 200, 200, False