Click or drag to resize
GeometrySettingsForceCounterClockWisePointsOrder Property
In some cases the polylines are defined in clock wise direction and this can produce a holes in the geometry. Setting this property to true prevents such problems.

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public bool ForceCounterClockWisePointsOrder { get; set; }

Property Value

Type: Boolean
See Also