rotateAngle Property

Summary

Gets or sets the rotation angle of the frame image.

Syntax

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

Property Value

Value that represents the rotation angle of the frame image.

Remarks

To invert the image, refer to Inverted.

To flip the image, refer to Flipped.

To reverse the image, refer to Reversed.

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