←Select platform

Divisor Property

Summary

Gets or sets a value used to divide the final result of the output.

Syntax
C#
VB
Objective-C
C++
Java
public int Divisor { get; set; } 
Public Property Divisor As Integer 
@property (nonatomic, assign) NSUInteger divisor 
public int getDivisor() 
public void setDivisor(int value) 
public: 
property int Divisor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value used to divide the final result of the output. This must be a non-zero value. If you want to use floating point values for the matrix elements and the divisor, multiply the matrix elements and the divisor with the same value (for example, 10, 100, 1000). This property only accepts positive values.

Example

Refer to UserFilterCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly