boundingRect2f property
Rect2f
get
boundingRect2f
Implementation
Rect2f get boundingRect2f {
final rect = calloc<cvg.CvRect2f>();
cvRun(() => ccore.cv_RotatedRect_boundingRect2f(ptr.ref, rect));
return Rect2f.fromPointer(rect);
}