SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.domain
/
StrokeDashArray
Stroke
Dash
Array
class
StrokeDashArray
(
value
:
String
)
(
source
)
Members
Members & Extensions
Constructors
Stroke
Dash
Array
Link copied to clipboard
constructor
(
value
:
String
)
Properties
dashes
And
Gaps
Link copied to clipboard
val
dashesAndGaps
:
IntArray
Functions
create
Dashed
Path
For
Rect
Link copied to clipboard
fun
StrokeDashArray
.
createDashedPathForRect
(
x
:
Float
,
y
:
Float
,
width
:
Int
,
height
:
Int
,
strokeWidth
:
Int
,
isMinified
:
Boolean
)
:
List
<
PathNodes
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String