←Select platform

Dots Property

Summary

Gets information about the dotted line.

Syntax
C#
VB
C++
public IList<LeadRect> Dots { get; } 
Public ReadOnly Property Dots() As IList(Of LeadRect) 
   Get 
public:  
   property IList<LeadRect^>^ Dots 
   { 
      IList<LeadRect^>^ get() 
   } 

Property Value

IList<LeadRect> is a list that represents the location information of all the dots inside the dotted line.

Example

Refer to the AutoZoningCommand example.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.