←Select platform

TotalPixelCount Property

Summary

Gets the whole image Pixel number value found.

Syntax
C#
VB
Objective-C
C++
Java
public long TotalPixelCount { get; } 
Public ReadOnly Property TotalPixelCount As Long 
@property (nonatomic, assign, readonly) unsigned long totalPixelCount 
public long getTotalPixelCount() 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly