←Select platform

ExternalEnergy Property

Summary

The percent external energy used in constructing the minimal paths.

Syntax

C#
VB
C++
public int ExternalEnergy { get; set; } 
Public Property ExternalEnergy As Integer 
public: 
property int ExternalEnergy { 
   int get(); 
   void set (    int ); 
} 

Property Value

The value of the external energy used in constructing the minimum paths in the image. The sum of the external energy and the internal energy used is 100. Valid values range from 0 to 100.

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