Click or drag to resize
DrawingWindowSetCanvasSize Method
Overload List
  NameDescription
Public methodSetCanvasSize
Resets the canvas size to default size
Public methodSetCanvasSize(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.
Top
See Also