←Select platform

Percent Property

Summary
Gets the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Syntax
C#
VB
Objective-C
C++
Java
public double Percent { get; } 
Public ReadOnly Property Percent As Double 
@property (nonatomic, assign, readonly) double percent 
public double getPercent() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.