LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

DisplacementMapImage Property

Show in webframe







Gets or sets the value that indicates the displacement image handle.
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;}
@property (nonatomic, strong) LTRasterImage* displacementMapImage;
public RasterImage getDisplacementMapImage()
public void setDisplacementMapImage(RasterImage value)
            
 
get_DisplacementMapImage();
set_DisplacementMapImage(value);
Object.defineProperty('DisplacementMapImage');
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

See Also

Reference

DisplacementCommand Class
DisplacementCommand Members

 

 


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