Tcsm
2023-04-10 3ca2523e54e60eb4bd20f525f91f264c2e8d45f2
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;