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

Show in webframe

Value Property (PunchCommand)








Gets or sets the amount of stretching.
Syntax
public int Value {get; set;}
'Declaration
 
Public Property Value As Integer
'Usage
 
Dim instance As PunchCommand
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
public int Value {get; set;}

            

            
 
get_Value();
set_Value(value);
Object.defineProperty('Value');
public:
property int Value {
   int get();
   void set (    int value);
}

Property Value

Amount of stretching where :
Positive values: pinch the image toward its center.
Negative values: expand the image away from its center.
Valid values range from -500 to 500.
Example
Refer to PunchCommand.
Requirements

Target Platforms

See Also

Reference

PunchCommand Class
PunchCommand Members

Error processing SSI file