canvas Property

Summary

Gets or sets the canvas that contains the source image data.

Syntax
TypeScript
JavaScript
Object.defineProperty(WindowLevelData.prototype, 'canvas', 
	get: function(), 
	set: function(value) 
) 
canvas: HTMLCanvasElement; 

Property Value

CanvasElement that contains the source image data.

Remarks

To set the image data directly, refer to ImageData.

To use a png data instead, refer to Image.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.