DrawPolyline method
Implementation
void DrawPolyline(
ffi.Pointer<DrawingWand> arg0,
int arg1,
ffi.Pointer<PointInfo> arg2,
) {
return _DrawPolyline(
arg0,
arg1,
arg2,
);
}
void DrawPolyline(
ffi.Pointer<DrawingWand> arg0,
int arg1,
ffi.Pointer<PointInfo> arg2,
) {
return _DrawPolyline(
arg0,
arg1,
arg2,
);
}