LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Curve Property (FreePlaneBendCommand)

Show in webframe







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 FreePlaneBendCommand
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 divided internally by 1000.
Example
Refer to FreePlaneBendCommand.
Requirements

Target Platforms

See Also

Reference

FreePlaneBendCommand Class
FreePlaneBendCommand Members

 

 


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