set_RotationPointDistance Method
In This Topic
Sets the distance, in pixels, from the object's bounding box to the rotation point.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRotationInteractionPointJS(fillColor, borderColor, cursor);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_RotationPointDistance(value);
function set_RotationPointDistance(
: number
) : any;
Parameters
- value
- The distance, in pixels, from the object's bounding box to the rotation point. Default value is 20.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is negative. |
Browser Compatibility
See Also