LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (PlasmaCommand)

Show in webframe







Gets or sets the type of plasma effect, and the color pattern to use.
Syntax
public PlasmaCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As PlasmaCommandFlags
'Usage
 
Dim instance As PlasmaCommand
Dim value As PlasmaCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public PlasmaCommandFlags Flags {get; set;}

            

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

Property Value

Enumeration that indicates which type of plasma effect to create, and which color pattern to use.
Example
Refer to PlasmaCommand example.
Requirements

Target Platforms

See Also

Reference

PlasmaCommand Class
PlasmaCommand Members

 

 


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