drawPicture Method

Summary

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

Syntax

JavaScript Syntax
AnnHtml5RenderingEngine.prototype.drawPicture = function(picture, rc, annObject) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly