Represents a helper method to set an
Leadtools.Annotations.Core.AnnStroke in a HTML 5 canvas context.
Syntax
function Leadtools.Annotations.Rendering.AnnHtml5RenderingEngine.setStroke(
context ,
stroke
)
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameters
Parameter | Type | Description |
---|
context | CanvasContext2D | The destination canvas context. |
stroke | AnnStroke | The stroke to set. |
See Also