acr-assist-simulator-module
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.
19 lines (18 loc) • 721 B
TypeScript
import { OnInit } from '@angular/core';
import { ChoiceDataElement } from '../../../core/elements/models/choice-data-element-model';
export declare class ImageMapComponent implements OnInit {
$: any;
DataElement: ChoiceDataElement;
DataElements: Object;
FormValues: Object;
imagePath: string;
imageExist: boolean;
SelectionValue: string;
ngOnInit(): void;
isInRectangle(mouseX: any, mouseY: any, Coordinates: any): boolean;
isInCircle(mouseX: any, mouseY: any, Coordinates: any): boolean;
isInPolygon(x: any, y: any, Coordinates: any): boolean;
imageClick(e: any, dataElement: any): void;
setValue(val: any): void;
displayValue(val: any): void;
}