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