feige
9 天以前 f43ef0c77c6f437bd0f7459d75168e6f77e334bb
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;