Rect.fromPointer constructor

Rect.fromPointer(
  1. Pointer<Rect> ptr, [
  2. bool attach = true
])

Implementation

factory Rect.fromPointer(ffi.Pointer<cvg.Rect> ptr, [bool attach = true]) => Rect._(ptr, attach);