osmd-extended
Version:
Private / sponsor exclusive OSMD mirror/audio player.
8 lines (7 loc) • 339 B
TypeScript
import { AClassHierarchyTrackable } from "../../Common/Interfaces/AClassHierarchyTrackable";
import { BoundingBox } from "./BoundingBox";
export declare class GraphicalObject extends AClassHierarchyTrackable {
protected boundingBox: BoundingBox;
get PositionAndShape(): BoundingBox;
set PositionAndShape(value: BoundingBox);
}