Skip to content

$getLineDash

Returns the line dash pattern used when stroking lines.

Usage

$getLineDash[canvas]

Parameters

FieldTypeDescriptionRequired
canvasStringName of the canvas to set the line dash in.True

Example(s)

No examples for this function.

meow

Raw Info

{
"name": "$getLineDash",
"description": "Returns the line dash pattern used when stroking lines.",
"params": [
{
"name": "canvas",
"description": "Name of the canvas to set the line dash in.",
"type": "String",
"required": true
}
],
"usage": "$getLineDash[canvas]",
"category": "canvas",
"src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/canvas/getLineDash.ts",
"docs": "https://aoicanvas.vercel.app/functions/getlinedash"
}