Rect2f.fromNative constructor

Rect2f.fromNative(
  1. Rect2f p
)

Implementation

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