markerjs
Version:
Annotate and mark images
9 lines (8 loc) • 322 B
TypeScript
import { RectangularMarkerBase } from "../RectangularMarkerBase";
export declare class EllipseMarker extends RectangularMarkerBase {
static createMarker: () => RectangularMarkerBase;
constructor();
private markerEllipse;
protected setup(): void;
protected resize(x: number, y: number): void;
}