Version

GetPolygonPoints Method

Gets the array of points needed to construct a polygon from a line segment.
Syntax
'Declaration
 
Protected Overridable Function GetPolygonPoints( _
   ByVal points() As DataPoint, _
   ByVal baseLineMapped As Integer _
) As DataPoint()
protected virtual DataPoint[] GetPolygonPoints( 
   DataPoint[] points,
   int baseLineMapped
)

Parameters

points
The points constitutuing the line segment to return a polygon for.
baseLineMapped
The Y-location of the baseline for areas.

Return Value

The array of points needed to construct a polygon from the given line segment.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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