LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

Points Property

Show in webframe





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:
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

See Also

Reference

PolygonRasterRegionData Class
PolygonRasterRegionData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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