LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (ZigZagCommand)

Show in webframe







Gets or sets flags that indicate how to handle exposed areas, and the wave radiation type.
Syntax
public ZigZagCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ZigZagCommandFlags
'Usage
 
Dim instance As ZigZagCommand
Dim value As ZigZagCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ZigZagCommandFlags Flags {get; set;}

            

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

Property Value

Flags that indicate how to handle exposed areas, and the wave radiation type.
Example
Refer to ZigZagCommand example.
Requirements

Target Platforms

See Also

Reference

ZigZagCommand Class
ZigZagCommand Members

 

 


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