scale Property

Summary

The property that represents the cell's scale factor.

Syntax

TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'scale', 
	 get: function(), 
	 set: function(value) 
) 
      scale: number; 

Property Value

A number. The default value is 1.

Remarks

See the provided zoom() method to effectively scale the image content from a command.

Requirements

Target Platforms

See Also

Cell

Cell Members

Leadtools.Controls.Medical Namespace

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.