RotatedRect.fromPointer constructor

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

Implementation

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