setFill Method

Summary

Represents a helper method to set an AnnBrush in a HTML 5 canvas context.

Syntax
TypeScript
JavaScript
setFill = function( 
   context, 
   brush 
) 
static setFill( 
   context: CanvasRenderingContext2D, 
   brush: AnnBrush 
): void; 

Parameters

context

The destination canvas context.

brush

The brush to set.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly