ImageGear for .NET
IsAtPoint Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : IsAtPoint Method




point
A point, specified in user space coordinates.

Glossary Item Box

Tests whether a point is on an element.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

point
A point, specified in user space coordinates.

Return Value

True if a point is on an element, False otherwise.

Remarks

If the current element is a Text or Image, it uses the bounding box of the element to make the check. If the current element is a Path and it is stroked, it checks if the point is on the path. If the current element is a Path and it is filled, it checks if the point is in the fill area, taking into consideration whether it is filled using the non-zero winding number rule or the even-odd rule.

See Also

©2013. Accusoft Corporation. All Rights Reserved.