Rect2f.fromPointer constructor

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

Implementation

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