LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

TotalPixelCount Property

Show in webframe







Gets the whole image Pixel number value found.
Syntax
public long TotalPixelCount {get;}
'Declaration
 
Public ReadOnly Property TotalPixelCount As Long
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Long
 
value = instance.TotalPixelCount
public long TotalPixelCount {get;}
@property (nonatomic, assign, readonly) unsigned long long totalPixelCount;
public long getTotalPixelCount()
 get_TotalPixelCount(); 
public:
property int64 TotalPixelCount {
   int64 get();
}

Property Value

Gets the whole image Pixel number value found.
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.