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

SetStrokeWithOpacity Method

Show in webframe
The destination canvas context.
The stroke to set.
The opacity to use. Values are from 0.0 to 1.0.
Represents a helper method to set an AnnStroke in a HTML 5 canvas context with the specified opacity.
Syntax
 function Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.setStrokeWithOpacity( 
   context ,
   stroke ,
   opacity 
)

Parameters

ParameterTypeDescription
contextCanvasContext2DThe destination canvas context.
strokeAnnStrokeThe stroke to set.
opacitydoubleThe opacity to use. Values are from 0.0 to 1.0.
See Also

Reference

AnnHtml5RenderingEngine Object
AnnHtml5RenderingEngine Members

Error processing SSI file