←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 Leadtools.LeadPoint _ 
) As Leadtools.LeadPoint() 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly