Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Flags Property (PlasmaCommand)








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

Error processing SSI file