@visactor/vrender-kits
Version:
```typescript import { xxx } from '@visactor/vrender-kits'; ```
8 lines (7 loc) • 322 B
TypeScript
import type { IPoint } from '@visactor/vutils';
import type { IGraphicPicker, IImage, IPickParams } from '@visactor/vrender-core';
export declare class DefaultMathImagePicker implements IGraphicPicker {
type: string;
numberType: number;
contains(image: IImage, point: IPoint, params?: IPickParams): boolean;
}