Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
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 )
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. |