LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (DiceEffectCommand)

Show in webframe







Gets or sets flags that specify how to apply the effect.
Syntax
public DiceEffectCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DiceEffectCommandFlags
'Usage
 
Dim instance As DiceEffectCommand
Dim value As DiceEffectCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DiceEffectCommandFlags Flags {get; set;}

            

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

Property Value

Value that specifies how to apply the effect.
Example
Refer to DiceEffectCommand.
Requirements

Target Platforms

See Also

Reference

DiceEffectCommand Class
DiceEffectCommand Members

 

 


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