Leadtools.Services.Raster.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Points Property
See Also 
Leadtools.Services.Raster.DataContracts Namespace > PolygonRasterRegionData Class : Points Property



Gets or sets a list of LeadPoint objects.

Syntax

Visual Basic (Declaration) 
Public Property Points As List(Of LeadPoint)
Visual Basic (Usage)Copy Code
Dim instance As PolygonRasterRegionData
Dim value As List(Of LeadPoint)
 
instance.Points = value
 
value = instance.Points
C# 
public List<LeadPoint> Points {get; set;}
C++/CLI 
public:
property List<LeadPoint>^ Points {
   List<LeadPoint>^ get();
   void set (List<LeadPoint>^ value);
}

Return Value

A list of LeadPoint object that represents a polygon.

Example

For an example, refer to PolygonRasterRegionData.

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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