←Select platform

PointsCount Property (CorrelationCommand)

Summary

Get or set the count of points

Syntax

C#
VB
Objective-C
C++
public uint PointsCount {get; set;} 
Public Property PointsCount As UInteger 
@property (nonatomic, assign) NSUInteger pointsCount 
public: 
property uint PointsCount { 
   uint get(); 
   void set (    uint ); 
} 

Property Value

An Int32 that specifies the count of points in the array in points property

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