Persistate API documentation
Encompass Method (section)
NamespacesPersistate.UtilSectionEncompass(Section)

[This is preliminary documentation and is subject to change.]

Alters this Section to encompass both this and a given section.
Declaration Syntax
C#
public void Encompass(
	Section section
)
Parameters
section (Section)
The section to encompass.
Return Value
Remarks
This section will encompass the area from the lower of given and this section's start points to the higher of the given and this section's end points. If this section is empty, it's set to the given section, if the given section is empty, no action is taken.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)