LEADTOOLS (Leadtools assembly)

Flags Property (CombineWarpCommand)

Show in webframe







Gets or sets the flags that indicate the type of interpolation to use, if interpolation is used.
Syntax
public CombineWarpCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As CombineWarpCommandFlags
'Usage
 
Dim instance As CombineWarpCommand
Dim value As CombineWarpCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public CombineWarpCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTCombineWarpCommandFlags flags;

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

Property Value

Flags that indicate the type of interpolation to use, if interpolation is used.
Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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