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

Show in webframe

GWireCommand Constructor(RasterImage,Int32)








RasterImage object that references the image to be used in the command.
An integer that represents the percent of the external energy (Image energy) used in calculating the minimal path in the image.
Initializes a new GWireCommand class object with explicit parameters.
Syntax
public GWireCommand( 
   RasterImage image,
   int ExternalEnergy
)
'Declaration
 
Public Function New( _
   ByVal image As RasterImage, _
   ByVal ExternalEnergy As Integer _
)
'Usage
 
Dim image As RasterImage
Dim ExternalEnergy As Integer
 
Dim instance As New GWireCommand(image, ExternalEnergy)
public GWireCommand( 
   RasterImage image,
   int ExternalEnergy
)
function GWireCommand( 
   image ,
   ExternalEnergy 
)
public:
GWireCommand( 
   RasterImage^ image,
   int ExternalEnergy
)

Parameters

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.
Remarks
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.
Requirements

Target Platforms

See Also

Reference

GWireCommand Class
GWireCommand Members
Overload List

Error processing SSI file