reversed Property

Summary

Gets or sets whether the frame image is reversed.

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

Property Value

true to reverse the image, false to un-reverse it.

Remarks

To Rotate the image, refer to RotateAngle.

To Invert the image, refer to Inverted.

To Flip the image, refer to Flipped.

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