←Select platform

PixelsCount Property

Summary

Gets the pixels count of the region that's created internally.

Syntax

C#
VB
WinRT C#
C++
public int PixelsCount { get; } 
Public ReadOnly Property PixelsCount As Integer 
public int PixelsCount {get;} 
 get_PixelsCount();  
public: 
property int PixelsCount { 
   int get(); 
} 

Property Value

The Pixels count of the region that's created internally.

Example

Refer to KaufmannRegionCommand.

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.Core Assembly