LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)
LEAD Technologies, Inc

Points Property






Gets or sets a list of Leadtools.LeadPoint objects.
Syntax
public List<LeadPoint> Points {get; set;}
'Declaration
 
Public Property Points As List(Of LeadPoint)
'Usage
 
Dim instance As PolygonRasterRegionData
Dim value As List(Of LeadPoint)
 
instance.Points = value
 
value = instance.Points
public List<LeadPoint> Points {get; set;}
 get_Points();
set_Points(value);
public:
property List<LeadPoint>^ Points {
   List<LeadPoint>^ get();
   void set (    List<LeadPoint>^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PolygonRasterRegionData Class
PolygonRasterRegionData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features