DrawPopDefs method

void DrawPopDefs(
  1. Pointer<DrawingWand> arg0
)

Implementation

void DrawPopDefs(
  ffi.Pointer<DrawingWand> arg0,
) {
  return _DrawPopDefs(
    arg0,
  );
}