DrawAnnotation method
void
DrawAnnotation(
- Pointer<
DrawingWand> arg0, - double arg1,
- double arg2,
- Pointer<
UnsignedChar> arg3,
Implementation
void DrawAnnotation(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
ffi.Pointer<ffi.UnsignedChar> arg3,
) {
return _DrawAnnotation(
arg0,
arg1,
arg2,
arg3,
);
}