set_UseSizingCursors Method
In This Topic
Sets a value indicating whether bounding box must use the sizing cursors as cursors for interaction points of bounding box.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebBoundingBoxPointsJS(point);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseSizingCursors(value);
function set_UseSizingCursors(
: boolean
) : any;
Parameters
- value
- true - get_SizingCursorNS must be used as cursor when the bounding box is resizing in north/south or south/north direction, get_SizingCursorWE must be used as cursor when the bounding box is resizing in west/east or east/west direction, get_SizingCursorNWSE must be used as cursor when the bounding box is resizing in northwest/southeast or southeast/northwest direction, get_SizingCursorNESW must be used as cursor for top-right when the bounding box is resizing in northeast/southwest or southwest/northeast direction;
false - get_TopLeftPoint.get_Cursor must be used as cursor for top-left interaction point, get_TopPoint.get_Cursor must be used as cursor for top-center interaction point, get_TopRightPoint.get_Cursor must be used as cursor for top-right interaction point, get_LeftPoint.get_Cursor must be used as cursor for center-left interaction point, get_RightPoint.get_Cursor must be used as cursor for center-right interaction point, get_BottomLeftPoint.get_Cursor must be used as cursor for bottom-left interaction point, get_BottomPoint.get_Cursor must be used as cursor for bottom-center interaction point, get_BottomRightPoint must be used as cursor for bottom-right interaction point.
Defalut value is true.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also