Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Rendering)

SetFillOpacityAndBounds Method

Show in webframe
The destination canvas context.
The brush to set.
The opacity to use. Values are from 0.0 to 1.0.
The brush boundary in pixels.
Represents a helper method to set an AnnBrush in a HTML 5 canvas context.
Syntax
 function Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.setFillOpacityAndBounds( 
   context ,
   brush ,
   opacity ,
   brushBounds 
)

Parameters

ParameterTypeDescription
contextCanvasContext2DThe destination canvas context.
brushAnnBrushThe brush to set.
opacitydoubleThe opacity to use. Values are from 0.0 to 1.0.
brushBoundsLeadRectDThe brush boundary in pixels.
See Also

Reference

AnnHtml5RenderingEngine Object
AnnHtml5RenderingEngine Members

Error processing SSI file