←Select platform

TotalPixelCount Property

Summary

Gets the whole image Pixel number value found.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long TotalPixelCount { get; } 
Public ReadOnly Property TotalPixelCount As Long 
public long TotalPixelCount {get;} 
@property (nonatomic, assign, readonly) unsigned 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

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