←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 Leadtools.LeadPoint() 
public: 
property Leadtools.array<LeadPoint>^ Points { 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly