http://www.emgu.com
Locates input point within subdivision
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Subdiv2DPointLocationType Locate(
PointF pt,
out int subdiv2DEdge,
out int subdiv2DPoint
)
Public Function Locate (
pt As PointF,
<OutAttribute> ByRef subdiv2DEdge As Integer,
<OutAttribute> ByRef subdiv2DPoint As Integer
) As Subdiv2DPointLocationType
public:
Subdiv2DPointLocationType Locate(
PointF pt,
[OutAttribute] int% subdiv2DEdge,
[OutAttribute] int% subdiv2DPoint
)
member Locate :
pt : PointF *
subdiv2DEdge : int byref *
subdiv2DPoint : int byref -> Subdiv2DPointLocationType
Parameters
- pt
- Type: System.DrawingPointF
The point to locate - subdiv2DEdge
- Type: SystemInt32
The output edge the point falls onto or right to - subdiv2DPoint
- Type: SystemInt32
Optional output vertex double pointer the input point coincides with
Return Value
Type:
Subdiv2DPointLocationTypeThe type of location for the point
See Also