jiangping
2025-04-25 d1062daf5ca214784ad42d7f62c95e1cd13a4ed6
1
2
3
import PathProxy from '../core/PathProxy';
export declare function contain(pathProxy: PathProxy, x: number, y: number): boolean;
export declare function containStroke(pathProxy: PathProxy, lineWidth: number, x: number, y: number): boolean;