←Select platform

MinPath Property

Summary

Gets the points that represent the minimal path.

Syntax
C#
VB
C++
public LeadPoint[] MinPath { get; } 
Public ReadOnly Property MinPath As LeadPoint() 
public: 
property array<LeadPoint>^ MinPath { 
   array<LeadPoint>^ get(); 
} 

Property Value

An array of LeadPoint structures that represents the minimal path.

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