LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Flags Property (DisplacementCommand)

Show in webframe







Gets or sets the value that indicates the how to handle exposed areas, and the way to use the displacement map image.
Syntax
public DisplacementCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DisplacementCommandFlags
'Usage
 
Dim instance As DisplacementCommand
Dim value As DisplacementCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DisplacementCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDisplacementCommandFlags flags;
public int getFlags()
public void setFlags(int value)
            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property DisplacementCommandFlags Flags {
   DisplacementCommandFlags get();
   void set (    DisplacementCommandFlags value);
}

Property Value

Value that indicates the how to handle exposed areas, and the way to use the displacement map image.
Example
Refer to DisplacementCommand example.
Requirements

Target Platforms

See Also

Reference

DisplacementCommand Class
DisplacementCommand Members

 

 


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