←Select platform

GetMinPath Method

Summary

Constructs a minimal path from the seed point to the target point and returns an array of LeadPoints that represents that path.

Syntax
C#
VB
C++
public LeadPoint[] GetMinPath( 
   LeadPoint Target 
) 
Public Function GetMinPath( _ 
   ByVal Target As LeadPoint _ 
) As LeadPoint() 
public: 
array<LeadPoint>^ GetMinPath(  
   LeadPoint Target 
)  

Parameters

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.

Return Value

An array of LeadPoint structures that represent the minimal path.

Example

Refer to the GWireCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly