DrawingWindowSetCanvasSize Method |
Name | Description | |
---|---|---|
SetCanvasSize |
Resets the canvas size to default size
| |
SetCanvasSize(Int32, Int32) |
Sets the canvas (drawing area) to be Width-by-Height pixels.
This also erases the current drawing and resets the coordinate system,
pen radius, pen color, and font back to their default values.
Ordinarly, this method is called once, at the very beginning
of a program. |