C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of LeadPoint structures that contain the feature points in the template image.
public LeadPoint[] TemplateImagePoints { get; set; }
Public Property TemplateImagePoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.md) TemplateImagePoints {get; set;}
@property (nonatomic, strong, nullable) NSArray<NSValue *> *templateImagePoints //LeadPoint
public ArrayList<LeadPoint> getTemplateImagePoints()
public void setTemplateImagePoints(ArrayList<LeadPoint> value)
<br/>get_TemplateImagePoints();<br/>set_TemplateImagePoints(value);<br/>Object.defineProperty('TemplateImagePoints');
public:
property Leadtools.array<LeadPoint>^ TemplateImagePoints {
Leadtools.array<LeadPoint>^ get();
void set ( Leadtools.array<LeadPoint>^ );
}
Array of points in the template image that correspond to points in the reference image.
Refer to the AlignImagesCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET