LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (FreePlaneBendCommand)

Show in webframe







Gets or sets flags that indicate how to handle exposed areas and the plane along which to stretch the pixels.
Syntax
public FreePlaneBendCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As FreePlaneBendCommandFlags
'Usage
 
Dim instance As FreePlaneBendCommand
Dim value As FreePlaneBendCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public FreePlaneBendCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property FreePlaneBendCommandFlags Flags {
   FreePlaneBendCommandFlags get();
   void set (    FreePlaneBendCommandFlags value);
}

Property Value

Flags that indicate how to handle exposed areas and the plane along which to stretch the pixels. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to FreePlaneBendCommand.
Requirements

Target Platforms

See Also

Reference

FreePlaneBendCommand Class
FreePlaneBendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.