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

Show in webframe

MinPath Property








Gets the points that represent the minimal path.
Syntax
public LeadPoint[] MinPath {get;}
'Declaration
 
Public ReadOnly Property MinPath As LeadPoint()
'Usage
 
Dim instance As GWireCommand
Dim value() As LeadPoint
 
value = instance.MinPath
public LeadPoint[] MinPath {get;}
 get_MinPath(); 
public:
property array<LeadPoint>^ MinPath {
   array<LeadPoint>^ get();
}

Property Value

An array of LeadPoint structures that represents the minimal path.
Requirements

Target Platforms

See Also

Reference

GWireCommand Class
GWireCommand Members

Error processing SSI file