drawingCanvas Property

Summary

Gets the drawing canvas.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'drawingCanvas', 
	get: function() 
) 
drawingCanvas: HTMLCanvasElement; // read-only 

Property Value

CanvasElement which represents the drawing canvas.

Remarks

This canvas is used to render the image data.

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.Controls.Medical Assembly