VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebBoundingBoxPointsJS type / get_UseSizingCursors Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UseSizingCursors Method
    In This Topic
    Gets 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 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.
    Browser Compatibility
    56+
    45+
    11
    See Also