Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > GWireCommand Class : MinPath Property |
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(); }