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

Show in webframe

Percent Property








Gets the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Syntax
public double Percent {get;}
'Declaration
 
Public ReadOnly Property Percent As Double
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Double
 
value = instance.Percent
public double Percent {get;}
@property (nonatomic, assign, readonly) double percent
public double getPercent()
 get_Percent(); 
public:
property double Percent {
   double get();
}

Property Value

Get the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Example
Refer to StatisticsInformationCommand example.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

Error processing SSI file