Class CornerRadiusConverter
Package: @aurigma/design-atoms-model
Constructors
(constructor)(rectangle, dpi)
Constructs a new instance of the CornerRadiusConverter class
Declaration
constructor(rectangle: RectangleF, dpi: number);
Parameters
| Type | Name | Description |
|---|---|---|
| RectangleF | rectangle | |
| number | dpi |
Methods
convert(radiusString)
Declaration
convert(radiusString: string): SizeF[];
Parameters
| Type | Name | Description |
|---|---|---|
| string | radiusString |
Returns
| Type | Description |
|---|---|
| SizeF[] |