Represents a helper method to set an AnnStroke in a HTML 5 canvas context with the specified opacity.
static setStrokeWithOpacity(context: CanvasRenderingContext2D, stroke: AnnStroke, opacity: number): void;
context
The destination canvas context.
stroke
The stroke to set.
opacity
The opacity to use. Values are from 0.0 to 1.0.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET