←Select platform

Flags Property

Summary

Gets or sets a value that indicates how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending.

Syntax
C#
VB
C++
public BendCommandFlags Flags { get; set; } 
  
Public Property Flags As BendCommandFlags 
public: 
property BendCommandFlags Flags { 
   BendCommandFlags get(); 
   void set (    BendCommandFlags ); 
} 

Property Value

Value that indicates how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending. You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Example

Refer to BendCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly