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

BendFactor Property






Gets or sets the plane's bending value. .NET support WinRT support
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);
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: 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

PlaneBendCommand Class
PlaneBendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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