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

Show in webframe

Value Property (SphereCommand)








Gets or sets the amount of stretching.
Syntax
public int Value {get; set;}
'Declaration
 
Public Property Value As Integer
'Usage
 
Dim instance As SphereCommand
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: stretch the central pixels toward the edges.
Negative values: stretch the pixels toward the Center.
Valid values are range in between -500 and 500.
Example
Refer to SphereCommand.
Requirements

Target Platforms

See Also

Reference

SphereCommand Class
SphereCommand Members

Error processing SSI file