mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-23 01:28:48 +00:00
Fix xmldoc for Line -> LineF conversion
This commit is contained in:
parent
e9b0ed08d4
commit
9c1714b419
@ -180,7 +180,7 @@ public readonly struct LineF : IEquatable<LineF>, IComparable<LineF>, IComparabl
|
||||
/// Implicitly converts a <see cref="Line" /> to a <see cref="LineF" />.
|
||||
/// </summary>
|
||||
/// <param name="line">The line to convert.</param>
|
||||
/// <returns>The line polygon.</returns>
|
||||
/// <returns>The converted line.</returns>
|
||||
public static implicit operator LineF(Line line)
|
||||
{
|
||||
return new LineF(line.Start, line.End);
|
||||
|
Loading…
Reference in New Issue
Block a user