←Select platform

Points Property

Summary

Gets or sets an array that contains the coordinate points of the contour for the region.

Syntax
C#
VB
C++
public LeadPoint[] Points { get; } 
Public ReadOnly Property Points As LeadPoint() 
public: 
property array<LeadPoint>^ Points { 
   array<LeadPoint>^ get(); 
} 

Property Value

An array that that contains the coordinate points of the contour for the region. A memory buffer for this array is allocated by the command.

Example

Refer to RegionContourPointsCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly