←Select platform

BendFactor Property

Summary

Gets or sets the plane's bending value.

Syntax

C#
VB
WinRT C#
C++
public int BendFactor { get; set; } 
  
Public Property BendFactor As Integer 
public int BendFactor {get; set;} 
  
get_BendFactor(); 
set_BendFactor(value); 
Object.defineProperty('BendFactor');  
public: 
property int BendFactor { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly