SetMiterLimit method
Implementation
int SetMiterLimit(
ffi.Pointer<HDC__> hdc,
double limit,
ffi.Pointer<ffi.Float> old,
) {
return (_SetMiterLimit ??=
_dylib.lookupFunction<_c_SetMiterLimit, _dart_SetMiterLimit>(
'SetMiterLimit'))(
hdc,
limit,
old,
);
}