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

Flags Property (DisplacementCommand)






Gets or sets the value that indicates the how to handle exposed areas, and the way to use the displacement map image. .NET support WinRT support Silverlight support
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;}
 get_Flags();
set_Flags(value);
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: 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

DisplacementCommand Class
DisplacementCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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