Class PolylineItem
Constructors
(constructor)(points)
Constructs a new instance of the PolylineItem class
Declaration
constructor(points?: PointF[]);
Parameters
| Type |
Name |
Description |
| PointF[] |
points |
|
Properties
color
Declaration
get color(): Color;
set color(value: Color);
Property Value
sourcePoints
Declaration
get sourcePoints(): PointF[];
set sourcePoints(value: PointF[]);
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
width
Declaration
get width(): number;
set width(value: number);
Property Value
Methods
_copy(source, destination, generateNewIds, appropriateParentContainer)
Declaration
protected _copy(source: PolylineItem, destination: PolylineItem, generateNewIds: boolean, appropriateParentContainer: boolean): void;
Parameters
| Type |
Name |
Description |
| PolylineItem |
source |
|
| PolylineItem |
destination |
|
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): PolylineItem;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
equals(other)
Declaration
equals(other: PolylineItem): boolean;
Parameters
Returns