Leadtools.Services.Raster.DataContracts Namespace > PolygonRasterRegionData Class > PolygonRasterRegionData Constructor : PolygonRasterRegionData Constructor(List<LeadPoint>,Boolean) |
Indicates how to handle complex crossing lines.
Value | Meaning |
---|---|
true | All pixels that are inside the resulting exterior lines are in the region. |
false | The region includes the area between odd-numbered and even-numbered polygon sides on each scan line. |
public PolygonRasterRegionData( List<LeadPoint> points, bool windingFillMode )
'Declaration Public Function New( _ ByVal points As List(Of LeadPoint), _ ByVal windingFillMode As Boolean _ )
'Usage Dim points As List(Of LeadPoint) Dim windingFillMode As Boolean Dim instance As New PolygonRasterRegionData(points, windingFillMode)
public PolygonRasterRegionData( List<LeadPoint> points, bool windingFillMode )
function PolygonRasterRegionData( points , windingFillMode )
public: PolygonRasterRegionData( List<LeadPoint>^ points, bool windingFillMode )
Indicates how to handle complex crossing lines.
Value | Meaning |
---|---|
true | All pixels that are inside the resulting exterior lines are in the region. |
false | The region includes the area between odd-numbered and even-numbered polygon sides on each scan line. |
Target Platforms: 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