Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

PixelsCount Property








Gets the pixels count of the region that's created internally.
Syntax
public int PixelsCount {get;}
'Declaration
 
Public ReadOnly Property PixelsCount As Integer
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As Integer
 
value = instance.PixelsCount
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

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

Error processing SSI file