←Select platform

GWireCommand Constructor(RasterImage,int)

Summary

Initializes a new GWireCommand class object with explicit parameters.

Syntax

C#
VB
C++
Public Function New( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal ExternalEnergy As Integer _ 
) 
public: 
GWireCommand(  
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly