ss
jiangping
2025-06-19 1c7a34a34497107eb5bb4501bfd7ee0b72e5c9f7
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;