Rect.fromPointer constructor

Rect.fromPointer(
  1. Pointer<mnn_cv_rect_t> ptr, {
  2. bool attach = true,
  3. int? externalSize,
})

Implementation

Rect.fromPointer(ffi.Pointer<c.mnn_cv_rect_t> ptr, {super.attach, super.externalSize}) : super(ptr.cast());