Constructs a minimal path from the seed point to the target point and returns an array of LeadPoints that represents that path.
Public Function GetMinPath( _
ByVal Target As Leadtools.LeadPoint _
) As Leadtools.LeadPoint()
public:
Leadtools.array<LeadPoint>^ GetMinPath(
Leadtools.LeadPoint Target
)
Target
Reference to a LeadPoint that represents the target point from which to construct a path from the seed point to the specified target point.
An array of LeadPoint structures that represent the minimal path.
Refer to the GWireCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET