LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

PixelCount Property

Show in webframe







Gets the Pixel number value found.
Syntax
public long PixelCount {get;}
'Declaration
 
Public ReadOnly Property PixelCount As Long
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Long
 
value = instance.PixelCount
public long PixelCount {get;}
@property (nonatomic, assign, readonly) unsigned long long pixelCount;
public long getPixelCount()
 get_PixelCount(); 
public:
property int64 PixelCount {
   int64 get();
}

Property Value

Gets the 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.