FillPath method

int FillPath(
  1. Pointer<HDC__> hdc
)

Implementation

int FillPath(
  ffi.Pointer<HDC__> hdc,
) {
  return _FillPath(
    hdc,
  );
}