←Select platform

Divisor Property

Summary
Gets or sets the number used to divide the sum of weighted values.
Syntax
C#
VB
Objective-C
C++
Java
public int Divisor { get; set; } 
Public Property Divisor As Integer 
@property (nonatomic, assign) NSInteger divisor 
public int getDivisor() 
public void setDivisor(int value) 
public: 
property int Divisor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number used to divide the sum of weighted values.

Example

Refer to SpatialFilterCommand()

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.