Tcsm
2023-07-18 b34fbeffb0d128b75ec0a91acf7fe8ac3816c597
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;