image Property

Summary

The element that will hold the output 3D rendered image.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell3D.prototype, 'image', 
	get: function() 
) 
image: HTMLImageElement; // read-only 

Property Value

ImageElement that contains the output 3D rendered image.

Remarks

When the event Request3Ddata with argument type Render.Render is fired, the image's src must be updated for the new image.

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