var instance = new Vintasoft.Imaging.UI.VisualTools.WebBoundingBoxPointsJS(point); var value; // Type: boolean value = instance.get_UseSizingCursors();
function get_UseSizingCursors() : boolean;
Return 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.get_Cursor must be used as cursor for bottom-right interaction point.
Defalut value is true.
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.get_Cursor must be used as cursor for bottom-right interaction point.
Defalut value is true.