LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Flags Property (PlasmaCommand)






Gets or sets the type of plasma effect, and the color pattern to use. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PlasmaCommand Class
PlasmaCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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