Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to PolygonRasterRegionData.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family