inverted Property

Summary

Gets or sets whether the frame image is inverted.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'inverted', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
inverted: boolean; 

Property Value

true to invert the image, false to un-flip it.

Remarks

Inverted means a negative version of the image.

To Rotate the image, refer to RotateAngle.

To Reverse the image, refer to Reversed.

To Flip the image, refer to Flipped.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly