VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / containsPoint Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    containsPoint Method
    In This Topic
    Determines that this region contains specified point.
    Syntax
    var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
    
    var value; // Type: boolean
    
    // Parameters
    var point; // Type: object
    
    value = instance.containsPoint(point);
    
    
    function containsPoint(
    point
    Point.
    : object
    ) : boolean;

    Parameters

    point
    Point.

    Return Value

    True if region contains point; otherwise, False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also