LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Scale Property (FreeHandWaveCommand)

Show in webframe







Gets or sets a value used to increase or decrease the various amplitude values in the Amplitudes array.
Syntax
public int Scale {get; set;}
'Declaration
 
Public Property Scale As Integer
'Usage
 
Dim instance As FreeHandWaveCommand
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. This property only accepts positive values.
Example
Refer to FreeHandWaveCommand.
Requirements

Target Platforms

See Also

Reference

FreeHandWaveCommand Class
FreeHandWaveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.