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

Show in webframe

Curve Property (FreeRadialBendCommand)








Gets or sets an array of integers that represent surface shape values.
Syntax
public int[] Curve {get; set;}
'Declaration
 
Public Property Curve As Integer()
'Usage
 
Dim instance As FreeRadialBendCommand
Dim value() As Integer
 
instance.Curve = value
 
value = instance.Curve
public int[] Curve {get; set;}

            

            
 
get_Curve();
set_Curve(value);
Object.defineProperty('Curve');
public:
property array<int>^ Curve {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array of integers that represent surface shape values. Valid values for each element in the Curve array range between -1000 and 1000. Positive values mean the curve is concave in and negative values mean the curve is concave out. The values in this array are internally divided by 1000.
Example
Refer to FreeRadialBendCommand.
Requirements

Target Platforms

See Also

Reference

FreeRadialBendCommand Class
FreeRadialBendCommand Members

Error processing SSI file