drawPicture Method

Summary

Represents a helper method to draw an AnnPicture in a HTML 5 canvas context.

Syntax
TypeScript
JavaScript
AnnHtml5RenderingEngine.prototype.drawPicture = function( 
   picture, 
   rc, 
   annObject 
) 
drawPicture( 
   picture: AnnPicture, 
   rc: LeadRectD, 
   annObject: AnnObject 
): void; 

Parameters

picture

The picture to draw.

rc

The destination rectangle.

annObject

The owner object.

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