VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebContentImageJS type / containsPoint Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    containsPoint Method
    In This Topic
    Determines that this image contains specified point.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebContentImageJS(imageResource, region, resolution);
    
    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 image contains point; otherwise, False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also