FlattenPath method

int FlattenPath(
  1. Pointer<HDC__> hdc
)

Implementation

int FlattenPath(
  ffi.Pointer<HDC__> hdc,
) {
  return _FlattenPath(
    hdc,
  );
}