Represents a helper method to set an AnnBrush in a HTML 5 canvas context with the specified opacity.
static setFillWithOpacity(context: CanvasRenderingContext2D, brush: AnnBrush, opacity: number): void;
context
The destination canvas context.
brush
The brush 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