←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly