The placement of path or selection boundary strokes.
Value
| Name | Description | Value |
| StrokeLocation.CENTER | The border is placed in the center of the the selection or layer boundaries. |
int
2
|
| StrokeLocation.INSIDE | The border is placed inside the selection or layer boundaries. |
int
1
|
| StrokeLocation.OUTSIDE | The border is placed outside the selection or layer boundaries. |
int
3
|
Usage
In function
void Selection.stroke (strokeColor:
any, width:
int[, location:
StrokeLocation=StrokeLocation.CENTER][, mode:
ColorBlendMode=ColorBlendMode.NORMAL][, opacity:
int=100][, preserveTransparency:
bool])