Visual Basic (Declaration) | |
---|---|
Public Function LabelPoints( _ ByVal graphics As IList(Of Graphic) _ ) As IList(Of Graphic) |
C# | |
---|---|
public IList<Graphic> LabelPoints( IList<Graphic> graphics ) |
Parameters
- graphics
- The graphics used to calculate label points.
Return Value
Returns a collection of individual points taken from all of the graphics that were supplied.If you supply a single polygon that has one ring and the one ring contains a set of five points. The result returned will be a graphics collection of those 5 individual points.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8