LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Divisor Property (SpatialFilterCommand)

Show in webframe







Gets or sets the number used to divide the sum of weighted values.
Syntax
public int Divisor {get; set;}
'Declaration
 
Public Property Divisor As Integer
'Usage
 
Dim instance As SpatialFilterCommand
Dim value As Integer
 
instance.Divisor = value
 
value = instance.Divisor
public int Divisor {get; set;}
@property (nonatomic, assign) int divisor;
public int getDivisor()
public void setDivisor(int value)
            
 
get_Divisor();
set_Divisor(value);
Object.defineProperty('Divisor');
public:
property int Divisor {
   int get();
   void set (    int value);
}

Property Value

Number used to divide the sum of weighted values.
Example
Refer to SpatialFilterCommand()
Requirements

Target Platforms

See Also

Reference

SpatialFilterCommand Class
SpatialFilterCommand Members

 

 


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