Locates input point within subdivision

C# | Visual Basic | Visual C++ |
public static Subdiv2DPointLocationType cvSubdiv2DLocate( IntPtr subdiv, PointF pt, out IntPtr edge, ref IntPtr vertex )
Public Shared Function cvSubdiv2DLocate ( _ subdiv As IntPtr, _ pt As PointF, _ <OutAttribute> ByRef edge As IntPtr, _ ByRef vertex As IntPtr _ ) As Subdiv2DPointLocationType
public: static Subdiv2DPointLocationType cvSubdiv2DLocate( IntPtr subdiv, PointF pt, [OutAttribute] IntPtr% edge, IntPtr% vertex )

The type of location for the point