←Select platform

Points Property

Summary

Gets a list of the location points.

Syntax
C#
VB
C++
public IList<LeadPoint> Points { get; } 
Public ReadOnly Property Points() As System.Collections.Generic.IList(Of Leadtools.LeadPoint) 
   Get 
public:  
   property System::Collections::Generic::IList<Leadtools::LeadPoint^>^ Points 
   { 
      System::Collections::Generic::IList<Leadtools::LeadPoint^>^ get() 
   } 

Property Value

The list of the location points.

Remarks

Note that if Shape is set to ImageViewerRubberBandShape.FreeHand, then Points can have any number of points including 1. When Shape is any other value, the number of points is always two (the first and second point).

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

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