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

Leadtools.ImageProcessing.Core Assembly