←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly