canvas Property

Summary

Gets or sets the canvas that contains a portion of the image that is going to be displayed in its specified location.

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

Property Value

CanvasElement that represents the portion of the image that is going to be displayed in its specified location.

Remarks

This canvas contains the final result image that will be displayed on it position. To check where the image is going to be displayed, refer to Rect. To get the canvas that contains the row 16-bit data , refer to Canvas

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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