←Select platform

Points Property

Summary

An array of all points from the native event.

Syntax
C#
VB
C++
public LeadPoint[] Points { get; set; } 
Public Property Points() As LeadPoint() 
   Get 
   Set 
public:  
   property array<LeadPoint^>^ Points 
   { 
      array<LeadPoint^>^ get() 
      void set(array<LeadPoint^>^ value) 
   } 

Property Value

An array of LeadPoint with a length of at least 1 with all the points from the native event.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly