Point.fromNative constructor

Point.fromNative(
  1. CvPoint p
)

Implementation

factory Point.fromNative(cvg.CvPoint p) => Point(p.x, p.y);