CloseFigure method

int CloseFigure(
  1. Pointer<HDC__> hdc
)

Implementation

int CloseFigure(
  ffi.Pointer<HDC__> hdc,
) {
  return _CloseFigure(
    hdc,
  );
}