Class EllipseItemHandler
Package: @aurigma/design-atoms
Constructors
(constructor)(item, textWhizz, colorPreviewService)
Constructs a new instance of the EllipseItemHandler class
Declaration
constructor(item: EllipseItem, textWhizz?: typeof TextWhizz, colorPreviewService?: IListenableColorPreviewService);
Parameters
| Type | Name | Description |
|---|---|---|
| EllipseItem | item | |
| typeof TextWhizz | textWhizz | |
| IListenableColorPreviewService | colorPreviewService |
Methods
hitTest(point, isSelected)
Declaration
hitTest(point: PointF, isSelected?: boolean): IHitTestResult;
Parameters
| Type | Name | Description |
|---|---|---|
| PointF | point | |
| boolean | isSelected |
Returns
| Type | Description |
|---|---|
| IHitTestResult |