setStrokeWithOpacity Method (AnnHtml5RenderingEngine)

Summary

Represents a helper method to set an AnnStroke in a HTML 5 canvas context with the specified opacity.

Syntax

JavaScript Syntax
setStrokeWithOpacity = function(context, stroke, opacity)
TypeScript Syntax
static setStrokeWithOpacity(context: CanvasRenderingContext2D, stroke: AnnStroke, opacity: number): void;

Parameters

context

The destination canvas context.

stroke

The stroke to set.

opacity

The opacity to use. Values are from 0.0 to 1.0.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Rendering Assembly
Click or drag to resize