←Select platform

PixelsCount Property

Summary

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

Syntax
C#
VB
C++
public int PixelsCount { get; } 
Public ReadOnly Property PixelsCount As Integer 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly