DrawPushClipPath method
Implementation
void DrawPushClipPath(
ffi.Pointer<DrawingWand> arg0,
ffi.Pointer<ffi.Char> arg1,
) {
return _DrawPushClipPath(
arg0,
arg1,
);
}
void DrawPushClipPath(
ffi.Pointer<DrawingWand> arg0,
ffi.Pointer<ffi.Char> arg1,
) {
return _DrawPushClipPath(
arg0,
arg1,
);
}