DrawSetStrokeOpacity method
Implementation
void DrawSetStrokeOpacity(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawSetStrokeOpacity(
arg0,
arg1,
);
}
void DrawSetStrokeOpacity(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawSetStrokeOpacity(
arg0,
arg1,
);
}