GetRect method

int GetRect(
  1. Pointer<Uint32> result
)

Implementation

int GetRect(Pointer<Uint32> result) => ptr.ref.vtable
    .elementAt(25)
    .cast<Pointer<NativeFunction<_GetRect_Native>>>()
    .value
    .asFunction<_GetRect_Dart>()(ptr.ref.lpVtbl, result);