Skip to content

Commit b3f997c

Browse files
Update RichTextOptions.cs
1 parent 852ea38 commit b3f997c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ImageSharp.Drawing/Processing/RichTextOptions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ public RichTextOptions(RichTextOptions options)
4141
/// <summary>
4242
/// Gets or sets an optional path to draw the text along.
4343
/// </summary>
44+
/// <remarks>
45+
/// When this property is not <see langword="null"/> the <see cref="TextOptions.Origin"/>
46+
/// property is ignored. The text will be drawn along the path starting at the origin of the path.
47+
/// </remarks>
4448
public IPath Path { get; set; }
4549
}
4650
}

0 commit comments

Comments
 (0)