drawingCanvas Property (Frame)

Summary

Gets the drawing canvas.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'drawingCanvas', 
	get: function() 
) 
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize