WidenPath method

int WidenPath(
  1. Pointer<HDC__> hdc
)

Implementation

int WidenPath(
  ffi.Pointer<HDC__> hdc,
) {
  return _WidenPath(
    hdc,
  );
}