Version

TestOverPoly Method

Returns a boolean indicating whether or not the given point is over the given PathGeometry.
Syntax
'Declaration
 
Protected Function TestOverPoly( _
   ByVal position As Point, _
   ByVal pathData1 As PathGeometry _
) As Boolean
protected bool TestOverPoly( 
   Point position,
   PathGeometry pathData1
)

Parameters

position
The point under observation.
pathData1
The PathGeometry in context.

Return Value

True if the given point is inside the given PathGeometry; otherwise, False.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also