Size2f.fromNative constructor

Size2f.fromNative(
  1. CvSize2f sz
)

Implementation

factory Size2f.fromNative(cvg.CvSize2f sz) => Size2f(sz.width, sz.height);