LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (RadialWaveCommand)

Show in webframe







Flags that indicate how to handle exposed areas, the type of information in the WaveLength property.
Syntax
public RadialWaveCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RadialWaveCommandFlags
'Usage
 
Dim instance As RadialWaveCommand
Dim value As RadialWaveCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public RadialWaveCommandFlags Flags {get; set;}

            

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

Property Value

Flags that indicate how to handle exposed areas, the type of information in the WaveLength property.
Example
Refer to RadialBlurCommand.
Requirements

Target Platforms

See Also

Reference

RadialWaveCommand Class
RadialWaveCommand Members

 

 


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