| Subdiv2DEdgeDst Method |
Returns the edge destination.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int EdgeDst(
int edge,
out Point2f dstPt
)
Public Function EdgeDst (
edge As Integer,
<OutAttribute> ByRef dstPt As Point2f
) As Integer
public:
int EdgeDst(
int edge,
[OutAttribute] Point2f% dstPt
)
member EdgeDst :
edge : int *
dstPt : Point2f byref -> int
Parameters
- edge
- Type: SystemInt32
Subdivision edge ID. - dstPt
- Type: OpenCvSharpPoint2f
Output vertex location.
Return Value
Type:
Int32vertex ID.
See Also