Class DashedLineItem
Inheritance
DashedLineItem
Constructors
(constructor)(sourcePoint0, sourcePoint1)
Constructs a new instance of the DashedLineItem class
Declaration
constructor(sourcePoint0?: PointF, sourcePoint1?: PointF);
Parameters
| Type |
Name |
Description |
| PointF |
sourcePoint0 |
|
| PointF |
sourcePoint1 |
|
Properties
altColor
Declaration
get altColor(): Color;
set altColor(value: Color);
Property Value
altDashWidth
Declaration
get altDashWidth(): number;
set altDashWidth(value: number);
Property Value
dashWidth
Declaration
get dashWidth(): number;
set dashWidth(value: number);
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
Methods
_copy(source, destination, generateNewIds, appropriateParentContainer)
Declaration
protected _copy(source: DashedLineItem, destination: DashedLineItem, generateNewIds: boolean, appropriateParentContainer: boolean): void;
Parameters
Returns
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): DashedLineItem;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
equals(other)
Declaration
equals(other: DashedLineItem): boolean;
Parameters
Returns