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

DisplacementMapImage Property






Gets or sets the value that indicates the displacement image handle. .NET support WinRT support Silverlight support
Syntax
public RasterImage DisplacementMapImage {get; set;}
'Declaration
 
Public Property DisplacementMapImage As RasterImage
'Usage
 
Dim instance As DisplacementCommand
Dim value As RasterImage
 
instance.DisplacementMapImage = value
 
value = instance.DisplacementMapImage
public RasterImage DisplacementMapImage {get; set;}
 get_DisplacementMapImage();
set_DisplacementMapImage(value);
public:
property RasterImage^ DisplacementMapImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

Value that indicates the displacement image handle.
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.