UNPKG

igniteui-react-core

Version:
25 lines (24 loc) 845 B
import { SegmentData } from "./SegmentData"; import { List$1 } from "./List$1"; import { PointData } from "./PointData"; import { PolyLineSegment } from "./PolyLineSegment"; import { Type } from "./type"; import { RectData } from "./RectData"; import { GetPointsSettings } from "./GetPointsSettings"; /** * @hidden */ export declare class PolylineSegmentData extends SegmentData { static $t: Type; constructor(a: number); constructor(a: number, b: PolyLineSegment); constructor(a: number, ..._rest: any[]); protected get_type(): string; get type(): string; private _points; get points(): List$1<PointData>; set points(a: List$1<PointData>); protected a(): string; scaleByViewport(a: RectData): void; getPointsOverride(a: List$1<PointData>, b: GetPointsSettings): void; }