UNPKG

240 BTypeScriptView Raw
1import PathProxy from '../core/PathProxy';
2export declare function contain(pathProxy: PathProxy, x: number, y: number): boolean;
3export declare function containStroke(pathProxy: PathProxy, lineWidth: number, x: number, y: number): boolean;