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

Factor Property (MultiplyCommand)






Gets or sets an integer which represents the factor to be used when multiplying image values. .NET support WinRT support Silverlight support
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As MultiplyCommand
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
public int Factor {get; set;}
 get_Factor();
set_Factor(value);
public:
property int Factor {
   int get();
   void set (    int value);
}

Property Value

An integer which represents the factor to be used when multiplying image values. The factor used is equal to Factor/100. Only positive values are accepted.
Example
Refer to MultiplyCommand.
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

MultiplyCommand Class
MultiplyCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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