set_SizingCursorNWSE Method
In This Topic
Sets the two-headed diagonal (northwest/southeast) sizing cursor.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebBoundingBoxPointsJS(point);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_SizingCursorNWSE(value);
function set_SizingCursorNWSE(
: string
) : any;
Parameters
- value
- Cursor. Default value is "nwse-resize".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Remarks
Browser Compatibility
See Also