SetWorldTransform method

int SetWorldTransform(
  1. Pointer<HDC__> hdc,
  2. Pointer<XFORM> lpxf
)

Implementation

int SetWorldTransform(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<XFORM> lpxf,
) {
  return _SetWorldTransform(
    hdc,
    lpxf,
  );
}