←Select platform

Points Property

Summary

Gets or sets a list of Leadtools.LeadPoint objects.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Points", IsRequired=true)] 
public List<LeadPoint> Points { get; set; } 
  
Public Property Points As List(Of LeadPoint) 
public: 
property List<LeadPoint>^ Points { 
   List<LeadPoint>^ get(); 
   void set (    List<LeadPoint>^ ); 
} 

Property Value

A list of Leadtools.LeadPoint object that represents a polygon.

Remarks

The points in the list must be in the order in which the vertices of the polygon are connected. To create the line that closes the polygon, the last point in the collection is connected to the first point of the collection.

Example

For an example, refer to PolygonRasterRegionData.

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.Services.Raster.DataContracts Assembly