DrawingContext.strokeOpacity

Specify the stroke opacity.

class DrawingContext
void
strokeOpacity
(
double opacity
)
in { assert (opacity >= 0); assert (opacity <= 1); }

Parameters

opacity
Type: double

A number between 0 and 1.

Meta