Initializes a new GWireCommand class object with explicit parameters.
public GWireCommand(
RasterImage image,
int ExternalEnergy
)
Public Function New( _
ByVal image As Leadtools.RasterImage, _
ByVal ExternalEnergy As Integer _
)
public:
GWireCommand(
Leadtools.RasterImage^ image,
int ExternalEnergy
)
image
RasterImage object that references the image to be used in the command.
ExternalEnergy
An integer that represents the percent of the external energy (Image energy) used in calculating the minimal path in the image.
The sum of the external energy and the internal energy used is 100: this function initializes the internal energy to the value (100 - ExternalEnergy). The Internal energy is the energy from bending or discontinuities.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET