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

Show in webframe

Scale Property (FreeHandShearCommand)








Factor used to increase or decrease the various amplitude values in the Amplitudes property.
Syntax
public int Scale {get; set;}
'Declaration
 
Public Property Scale As Integer
'Usage
 
Dim instance As FreeHandShearCommand
Dim value As Integer
 
instance.Scale = value
 
value = instance.Scale
public int Scale {get; set;}

            

            
 
get_Scale();
set_Scale(value);
Object.defineProperty('Scale');
public:
property int Scale {
   int get();
   void set (    int value);
}

Property Value

Factor used to increase or decrease the various amplitude values in the Amplitudes array. Each value in the amplitudes array is multiplied by this factor. The real factor value is the scale value divided by 100. The valid range is from 0 to 100.
Example
Refer to FreeHandShearCommand.
Requirements

Target Platforms

See Also

Reference

FreeHandShearCommand Class
FreeHandShearCommand Members

Error processing SSI file