Class EllipseItem
Package: @aurigma/design-atoms-model
Constructors
(constructor)(sourceRec)
Constructs a new instance of the EllipseItem class
Declaration
constructor(sourceRec?: RectangleF);
Parameters
| Type | Name | Description |
|---|---|---|
| RectangleF | sourceRec |
Properties
type
Declaration
type: string;
Property Value
| Type | Description |
|---|---|
| string |
type
Declaration
static type: string;
Property Value
| Type | Description |
|---|---|
| string |
Methods
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): EllipseItem;
Parameters
| Type | Name | Description |
|---|---|---|
| boolean | generateNewIds | |
| boolean | appropriateParentContainer |
Returns
| Type | Description |
|---|---|
| EllipseItem |