←Select platform

Curve Property (FreeRadialBendCommand)

Summary

Gets or sets an array of integers that represent surface shape values.

Syntax

C#
VB
WinRT C#
C++
public int[] Curve {get; set;}
Public Property Curve As Integer()
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>^ ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.SpecialEffects Assembly
Click or drag to resize