Persistate API documentation
FlatedBy Method (amount)
NamespacesPersistate.UtilSectionFlatedBy(Int32)

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

Creates a new Section which is this section inflated or deflated by a particular amount. The amount is subtracted from the Start and added to the End.
Declaration Syntax
C#
public Section FlatedBy(
	int amount
)
Parameters
amount (Int32)
The amount to inflate (if positive) or deflate (if negative).
Return Value
A new section inflated or deflated by the given amount.

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