←Select platform

PitsDensity Property

Summary

Gets or sets a value that represents the density of the pits, expressed in tenths of a percent of the image area.

Syntax
C#
VB
C++
public int PitsDensity { get; set; } 
  
Public Property PitsDensity As Integer 
public: 
property int PitsDensity { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly