←Select platform

BendFactor Property

Summary
Gets or sets the plane's bending value.
Syntax
C#
VB
C++
public int BendFactor { get; set; } 
  
Public Property BendFactor As Integer 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.