Skip to content

Commit b9c8a81

Browse files
Update src/ImageSharp.Drawing/Shapes/PointOrientation.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
1 parent 2db10c6 commit b9c8a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Drawing/Shapes/PointOrientation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace SixLabors.ImageSharp.Drawing
66
/// <summary>
77
/// Represents the orientation of a point from a line.
88
/// </summary>
9-
public enum PointOrientation
9+
internal enum PointOrientation
1010
{
1111
/// <summary>
1212
/// The point is collinear.

0 commit comments

Comments
 (0)