董国庆
9 天以前 d0f4c2d4bb7a72b32fb9945de8908e1d4ab6509c
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;