VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebTileReflectionCommandJS type / set_RotationAngle Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_RotationAngle Method
In This Topic
Sets the rotation angle in degrees.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebTileReflectionCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_RotationAngle(value);

Parameters

value
Angle in degrees. Valid values are from -45 to 45. Default value is 30.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also