DrawAnnotation method

void DrawAnnotation(
  1. Pointer<DrawingWand> arg0,
  2. double arg1,
  3. double arg2,
  4. 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,
  );
}