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

Show in webframe

SeedPoint Property








Gets the latest seed point.
Syntax
public LeadPoint SeedPoint {get;}
'Declaration
 
Public ReadOnly Property SeedPoint As LeadPoint
'Usage
 
Dim instance As GWireCommand
Dim value As LeadPoint
 
value = instance.SeedPoint
public LeadPoint SeedPoint {get;}
 get_SeedPoint(); 
public:
property LeadPoint SeedPoint {
   LeadPoint get();
}

Property Value

The latest seed point from which to construct the minimal path.
Remarks
In order to set a new seed point use SetSeedPoint.
Requirements

Target Platforms

See Also

Reference

GWireCommand Class
GWireCommand Members

Error processing SSI file