LineF.MakeParallel Method
Creates a new line that is parallel to the current line, offset at straight angle relative to the current line by a given distance.

MakeParallel(
distance
as Double)
as LineF
Parameters
- distance
- Distance to offset new new line by.
Returns
- LineF
- The newly created line which is parallel to the original line.
Remarks
See Also
LineF Class