SetMapperFlags method

int SetMapperFlags(
  1. Pointer<HDC__> hdc,
  2. int flags
)

Implementation

int SetMapperFlags(
  ffi.Pointer<HDC__> hdc,
  int flags,
) {
  return _SetMapperFlags(
    hdc,
    flags,
  );
}