StrokePath method

int StrokePath(
  1. Pointer<HDC__> hdc
)

Implementation

int StrokePath(
  ffi.Pointer<HDC__> hdc,
) {
  return (_StrokePath ??=
      _dylib.lookupFunction<_c_StrokePath, _dart_StrokePath>('StrokePath'))(
    hdc,
  );
}