←Select platform

NumberOfPoints Property

Summary

Gets a value that indicates the number of areas in the image actually found to be correlated to one or more of the listed images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int NumberOfPoints { get; } 
Public ReadOnly Property NumberOfPoints As Integer 
public int NumberOfPoints {get;} 
@property (nonatomic, assign, readonly) NSUInteger numberOfPoints 
public int getNumberOfPoints() 
 get_NumberOfPoints();  
public: 
property int NumberOfPoints { 
   int get(); 
} 

Property Value

Value that indicates the number of areas in the image actually found to be correlated to one or more of the listed images.

Example

Refer to CorrelationListCommand 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