IConvexPolygonFGetVertices Method |
http://www.emgu.com
Get the vertices of this convex polygon
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
SyntaxFunction GetVertices As PointF()
array<PointF>^ GetVertices()
abstract GetVertices : unit -> PointF[]
Return Value
Type:
PointFThe vertices of this convex polygon
See Also