[]
Implements the *.
public static CornersRadius operator *(float multiplier, CornersRadius radiuses)
Type | Name | Description |
---|---|---|
float | multiplier | The multiplier. |
CornersRadius | radiuses | The radiuses. |
Type | Description |
---|---|
CornersRadius | The result of the operator. |
Implements the *.
public static CornersRadius operator *(CornersRadius radiuses, float multiplier)
Type | Name | Description |
---|---|---|
CornersRadius | radiuses | The radiuses. |
float | multiplier | The multiplier. |
Type | Description |
---|---|
CornersRadius | The result of the operator. |