LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

MaximumPitSize Property

Show in webframe







GEts or sets a value that represents the maximum pit size, in pixels.
Syntax
public int MaximumPitSize {get; set;}
'Declaration
 
Public Property MaximumPitSize As Integer
'Usage
 
Dim instance As AgingCommand
Dim value As Integer
 
instance.MaximumPitSize = value
 
value = instance.MaximumPitSize
public int MaximumPitSize {get; set;}

            

            
 
get_MaximumPitSize();
set_MaximumPitSize(value);
Object.defineProperty('MaximumPitSize');
public:
property int MaximumPitSize {
   int get();
   void set (    int value);
}

Property Value

Maximum pit size, in pixels. The size of the pits will be selected at random between 1 and MaximumPitSize.
Example
Refer to AgingCommand.
Requirements

Target Platforms

See Also

Reference

AgingCommand Class
AgingCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.