menu
opencv_dart package
documentation
core.dart
Rect
Rect.fromPointer factory constructor
Rect.fromPointer factory constructor
dark_mode
light_mode
Rect.fromPointer
constructor
Rect.fromPointer
(
Pointer
<
Rect
>
ptr
, [
bool
attach
=
true
])
Implementation
factory Rect.fromPointer(ffi.Pointer<cvg.Rect> ptr, [bool attach = true]) => Rect._(ptr, attach);
opencv_dart package
documentation
core
Rect
Rect.fromPointer factory constructor
Rect class