uni-ticket-system/node_modules/zrender/lib/graphic/helper/poly.d.ts

8 lines
297 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
import { VectorArray } from '../../core/vector';
import PathProxy from '../../core/PathProxy';
export declare function buildPath(ctx: CanvasRenderingContext2D | PathProxy, shape: {
points: VectorArray[];
smooth?: number;
smoothConstraint?: VectorArray[];
}, closePath: boolean): void;