VectorGraphicFillingProfileCollinearityDistance Property |
This distance is used to detect collinearity of points on a polyline.
Two first points define a line. A third point is to be considered
laying on this line if its perpendicular distance is less than this value.
Namespace: RAYLASE.Marker.VectorGraphicElement.FillingAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic double CollinearityDistance { get; set; }
Property Value
Double
See Also