addPath Method

Summary

Draw the thumb shape.

Syntax
TypeScript
JavaScript
AnnRectangleThumbStyle.prototype.addPath = function( 
   context, 
   rect 
) 
addPath( 
   context: CanvasRenderingContext2D, 
   rect: LeadRectD 
): void; // protected 

Parameters

context

Destination context.

rect

Bounding rectangle in physical coordinates.

Remarks

This class will add a rectangular shape path to the context at rect.

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