←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
C++
[DataMemberAttribute(Name="Percent", IsRequired=true)] 
public double Percent { get; set; } 
  
<DataMemberAttribute(Name="Percent", IsRequired=True)> 
Public Property Percent As Double 
[DataMemberAttribute(Name="Percent", IsRequired=true)] 
public: 
property double Percent { 
   double get(); 
   void set (    double ); 
} 

Property Value

Get the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.

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.Services.ImageProcessing.DataContracts Assembly