←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
Java
Objective-C
WinRT C#
C++
public double Percent { get; } 
Public ReadOnly Property Percent As Double 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly