DrawRectangle method
void
DrawRectangle()
Implementation
void DrawRectangle(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
double arg3,
double arg4,
) {
return _DrawRectangle(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}