←Select platform

PixelCount Property

Summary

Gets the Pixel number value found.

Syntax

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

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