boundingRect property
Rect
get
boundingRect
Implementation
Rect get boundingRect {
final rect = calloc<cvg.Rect>();
cvRun(() => ccore.RotatedRect_BoundingRect(ptr.ref, rect));
return Rect.fromPointer(rect);
}