Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

GetMinPath Method








Reference to a LeadPoint that represents the target point from which to construct a path from the seed point to the specified target point.
Constructs a minimal path from the seed point to the target point and returns an array of LeadPoints that represents that path.
Syntax
public LeadPoint[] GetMinPath( 
   LeadPoint Target
)
'Declaration
 
Public Function GetMinPath( _
   ByVal Target As LeadPoint _
) As LeadPoint()
'Usage
 
Dim instance As GWireCommand
Dim Target As LeadPoint
Dim value() As LeadPoint
 
value = instance.GetMinPath(Target)
public LeadPoint[] GetMinPath( 
   LeadPoint Target
)
 function Leadtools.ImageProcessing.Core.GWireCommand.GetMinPath( 
   Target 
)
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

See Also

Reference

GWireCommand Class
GWireCommand Members

Error processing SSI file