LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BendFactor Property

Show in webframe







Gets or sets the plane's bending value.
Syntax
public int BendFactor {get; set;}
'Declaration
 
Public Property BendFactor As Integer
'Usage
 
Dim instance As PlaneBendCommand
Dim value As Integer
 
instance.BendFactor = value
 
value = instance.BendFactor
public int BendFactor {get; set;}

            

            
 
get_BendFactor();
set_BendFactor(value);
Object.defineProperty('BendFactor');
public:
property int BendFactor {
   int get();
   void set (    int value);
}

Property Value

The plane's bending value. The range starts at 100 and increases indefinitely. If BendFactor equals 100 the planes will not be bent.If BendFactor > 100 planes will be bent. The value of this property is internally divided by 100. This property only accepts positive values.
Example
Refer to PlaneBendCommand.
Requirements

Target Platforms

See Also

Reference

PlaneBendCommand Class
PlaneBendCommand Members

 

 


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