LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Percent Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.