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 LeadPoint _
) As LeadPoint()
public:
array<LeadPoint>^ GetMinPath(
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document