LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Curve Property (FreePlaneBendCommand)






gets or sets an array of integers that represent surface shape values. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FreePlaneBendCommand Class
FreePlaneBendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.