LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Divisor Property (UserFilterCommand)






Gets or sets a value used to divide the final result of the output. .NET support WinRT support Silverlight support
Syntax
public int Divisor {get; set;}
'Declaration
 
Public Property Divisor As Integer
'Usage
 
Dim instance As UserFilterCommand
Dim value As Integer
 
instance.Divisor = value
 
value = instance.Divisor
public int Divisor {get; set;}
 get_Divisor();
set_Divisor(value);
public:
property int Divisor {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserFilterCommand Class
UserFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.