←Select platform

TemplateImagePoints Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public [Leadtools.LeadPoint[]](../l/leadpoint.html) TemplateImagePoints {get; set;}
Public Property TemplateImagePoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.html) TemplateImagePoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *templateImagePoints //LeadPoint
public ArrayList<LeadPoint> getTemplateImagePoints() 
public void setTemplateImagePoints(ArrayList<LeadPoint> value) 
get_TemplateImagePoints(); 
set_TemplateImagePoints(value); 
Object.defineProperty('TemplateImagePoints'); 
public: 
property Leadtools.array<LeadPoint>^ TemplateImagePoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.array<LeadPoint>^ ); 
} 

Property Value

Array of points in the template image that correspond to points in the reference image.

Example

Refer to the AlignImagesCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize