Click or drag to resize
AB4D logo

GeometrySettingsCombineElementWithPenAndBrush Property

By default CombineElementWithPenAndBrush is false and this means that only elements that have only pen or only brush set are defined. If an element had both pen and brush defined it is not combined. This prevents problems when elements are overlapping - elements in front can cover some part of background elements. If CombineElementWithPenAndBrush is set to true, than such elements are combined which leads to better performance, but can produce some anomalies if elements are overlapping. NOTE: CombinePreserveElementsOrder is used only when CombineGeometries is set to true.

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public bool CombineElementWithPenAndBrush { get; set; }

Property Value

Type: Boolean
See Also