GetMiterLimit method

int GetMiterLimit(
  1. Pointer<HDC__> hdc,
  2. Pointer<Float> plimit
)

Implementation

int GetMiterLimit(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Float> plimit,
) {
  return _GetMiterLimit(
    hdc,
    plimit,
  );
}