FixBrushOrgEx method

int FixBrushOrgEx(
  1. Pointer<HDC__> hdc,
  2. int x,
  3. int y,
  4. Pointer<POINT> ptl,
)

Implementation

int FixBrushOrgEx(
  ffi.Pointer<HDC__> hdc,
  int x,
  int y,
  ffi.Pointer<POINT> ptl,
) {
  return _FixBrushOrgEx(
    hdc,
    x,
    y,
    ptl,
  );
}