GetPolyFillMode method

int GetPolyFillMode(
  1. Pointer<HDC__> hdc
)

Implementation

int GetPolyFillMode(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetPolyFillMode(
    hdc,
  );
}