paintFeature abstract method

  1. @protected
void paintFeature(
  1. Canvas canvas,
  2. Matrix4 transform
)

Override this method to paint the ink feature.

The transform argument gives the coordinate conversion from the coordinate system of the canvas to the coordinate system of the referenceBox.

Implementation

@protected
void paintFeature(Canvas canvas, Matrix4 transform);