Version

RasterizePolygon Method

Populates the points in the given shapes based on the data in the given collection.
Syntax
'Declaration
 
Protected Sub RasterizePolygon( _
   ByVal polyline0 As Polyline, _
   ByVal polygon01 As Polygon, _
   ByVal polyline1 As Polyline, _
   ByVal count As Integer, _
   ByVal buckets As List(Of Double()), _
   ByVal useX0AsX1 As Boolean _
) 
protected void RasterizePolygon( 
   Polyline polyline0,
   Polygon polygon01,
   Polyline polyline1,
   int count,
   List<double[]> buckets,
   bool useX0AsX1
)

Parameters

polyline0
The polyline element which represents the lower limit of data values.
polygon01
The polygon element which represents the range of data values.
polyline1
The polyline element which represents the upper limit of data values.
count
The number of data items.
buckets
An array with the x, y minimum, and y maximum values.
useX0AsX1
Boolean which toggles which indexes to find values from the buckets parameter.
Requirements

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