Rect2f.fromNative constructor

Rect2f.fromNative(
  1. CvRect2f p
)

Implementation

factory Rect2f.fromNative(cvg.CvRect2f p) => Rect2f(p.x, p.y, p.width, p.height);