LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

PitsDensity Property






Gets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area. .NET support WinRT support
Syntax
public int PitsDensity {get; set;}
'Declaration
 
Public Property PitsDensity As Integer
'Usage
 
Dim instance As AgingCommand
Dim value As Integer
 
instance.PitsDensity = value
 
value = instance.PitsDensity
public int PitsDensity {get; set;}
 get_PitsDensity();
set_PitsDensity(value);
public:
property int PitsDensity {
   int get();
   void set (    int value);
}

Property Value

Density of the pits, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this property = 1000 then the density of the pits = 100 (that is, the number of pits = the entire image area.)
Example
Refer to AgingCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AgingCommand Class
AgingCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.