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