LineF.ExtendLineByRatio Method
Returns a copy of the line which has been extended or shrunk in both directions by given percentage.

ExtendLineByRatio(
portion
as Double)
as LineF
Parameters
- portion
- The portion to extend the line by. This can be from -1.0 to 1.0
Returns
- LineF
- The new extended or shrinked line.
Remarks
See Also
LineF Class