DrawPathClose method

void DrawPathClose(
  1. Pointer<DrawingWand> arg0
)

Implementation

void DrawPathClose(
  ffi.Pointer<DrawingWand> arg0,
) {
  return _DrawPathClose(
    arg0,
  );
}