←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly