TestRecordingPaintingContext constructor

TestRecordingPaintingContext(
  1. Canvas canvas
)

Creates a PaintingContext for tests that use TestRecordingCanvas.

Implementation

TestRecordingPaintingContext(this.canvas);