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

Flags Property (BendCommand)






Gets or sets a value that indicates how to handle peripherally exposed areas, how to handle centrally exposed areas and the type of bending. .NET support
Syntax
public BendCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As BendCommandFlags
'Usage
 
Dim instance As BendCommand
Dim value As BendCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public BendCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property BendCommandFlags Flags {
   BendCommandFlags get();
   void set (    BendCommandFlags value);
}

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: 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

BendCommand Class
BendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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