Determines that this image contains specified point.
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(
: object
) : boolean;
Parameters
- point
- Point.
Return Value
True if image contains point; otherwise, False.