transform Function

external fun transform(orientation: ScanOrientation)

Applies an orientation to the outline, so it lines up with a rotated page.

Parameters

  • orientation — the orientation to apply.
var transform: Matrix

The transform currently applied to the outline for display.

Top