Represents a helper method to set an AnnBrush in a HTML 5 canvas context.
setFillOpacityAndBounds = function(context, brush, opacity, brushBounds)
static setFillOpacityAndBounds(context: CanvasRenderingContext2D, brush: AnnBrush, opacity: number, brushBounds: LeadRectD): void;
context
The destination canvas context.
brush
The brush to set.
opacity
The opacity to use. Values are from 0.0 to 1.0.
brushBounds
The brush boundary in pixels.
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