Size.fromNative constructor

Size.fromNative(
  1. CvSize sz
)

Implementation

factory Size.fromNative(cvg.CvSize sz) => Size(sz.width, sz.height);