Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

FactorLength Property








Gets or sets the length of the factor property
Syntax
public int FactorLength {get; set;}
'Declaration
 
Public Property FactorLength As Integer
'Usage
 
Dim instance As AddWeightedCommand
Dim value As Integer
 
instance.FactorLength = value
 
value = instance.FactorLength
public int FactorLength {get; set;}
@property (nonatomic, assign) NSUInteger factorLength
 <br/>get_FactorLength();<br/>set_FactorLength(value);<br/>Object.defineProperty('FactorLength_ObjectiveC'); 
public:
property int FactorLength {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the length for the factor property
Requirements

Target Platforms

See Also

Reference

AddWeightedCommand Class
AddWeightedCommand Members

Error processing SSI file