StrokeAndFillPath method
Implementation
int StrokeAndFillPath(
ffi.Pointer<HDC__> hdc,
) {
return (_StrokeAndFillPath ??=
_dylib.lookupFunction<_c_StrokeAndFillPath, _dart_StrokeAndFillPath>(
'StrokeAndFillPath'))(
hdc,
);
}