←Select platform

DisplacementMapImage Property

Summary

Gets or sets the value that indicates the displacement image handle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage DisplacementMapImage { get; set; } 
Public Property DisplacementMapImage As Leadtools.RasterImage 
public Leadtools.RasterImage DisplacementMapImage {get; set;} 
@property (nonatomic, strong, nullable) LTRasterImage *displacementMapImage 
public RasterImage getDisplacementMapImage() 
public void setDisplacementMapImage(RasterImage value) 
             
 <br/>get_DisplacementMapImage();<br/>set_DisplacementMapImage(value);<br/>Object.defineProperty('DisplacementMapImage');  
public: 
property Leadtools.RasterImage^ DisplacementMapImage { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

Value that indicates the displacement image handle.

Example

Refer to DisplacementCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly