feige
2024-08-27 76a3eb05129f0af9f9b5798b1c8abbf9afaf7f19
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;