←Select platform

ReferenceImagePoints Property

Summary

Gets or sets an array of LeadPoint structures that contain the feature points in the reference image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint[] ReferenceImagePoints { get; set; } 
Public Property ReferenceImagePoints As Leadtools.LeadPoint() 
public [Leadtools.LeadPoint[]](../l/leadpoint.md) ReferenceImagePoints {get; set;} 
@property (nonatomic, strong, nullable) NSArray<NSValue *> *referenceImagePoints //LeadPoint 
public ArrayList<LeadPoint> getReferenceImagePoints() 
public void setReferenceImagePoints(ArrayList<LeadPoint> value) 
             
 <br/>get_ReferenceImagePoints();<br/>set_ReferenceImagePoints(value);<br/>Object.defineProperty('ReferenceImagePoints');  
public: 
property Leadtools.array<LeadPoint>^ ReferenceImagePoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.array<LeadPoint>^ ); 
} 

Property Value

Array of feature points in the reference image to be used for the registration process.

Example

Refer to the AlignImagesCommand 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.Core Assembly