←Select platform

CorrelationImage Property

Summary

Gets or sets the RasterImage object that references the image for which to search.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage CorrelationImage { get; set; } 
Public Property CorrelationImage As Leadtools.RasterImage 
public Leadtools.RasterImage CorrelationImage {get; set;} 
@property (nonatomic, strong, nullable) LTRasterImage *correlationImage 
public RasterImage getCorrelationImage() 
public void setCorrelationImage(RasterImage value) 
             
 <br/>get_CorrelationImage();<br/>set_CorrelationImage(value);<br/>Object.defineProperty('CorrelationImage');  
public: 
property Leadtools.RasterImage^ CorrelationImage { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

RasterImage that references the image for which to search.

Example

Refer to CorrelationCommand.

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.Core Assembly