Scalar.fromPointer constructor

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

Implementation

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