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);
function set_RotationAngle(
: number
) : any;
Parameters
- value
- Angle in degrees. Valid values are from -45 to 45. Default value is 30.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also