MonoCanvas constructor

MonoCanvas(
  1. int width,
  2. int height
)

Implementation

MonoCanvas(this.width, this.height);