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