GetAspectRatioFilterEx method

int GetAspectRatioFilterEx(
  1. Pointer<HDC__> hdc,
  2. Pointer<SIZE> lpsize
)

Implementation

int GetAspectRatioFilterEx(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<SIZE> lpsize,
) {
  return _GetAspectRatioFilterEx(
    hdc,
    lpsize,
  );
}