File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
ImageSharp.Drawing/Processing Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ private TextGraphicsOptions(TextGraphicsOptions source)
4040 this . VerticalAlignment = source . VerticalAlignment ;
4141 }
4242
43- /// <summary>
44- /// Gets the default <see cref="TextGraphicsOptions"/> instance.
45- /// </summary>
46- public static TextGraphicsOptions Default { get ; } = new TextGraphicsOptions ( ) ;
47-
4843 /// <summary>
4944 /// Gets or sets a value indicating whether antialiasing should be applied.
5045 /// Defaults to true.
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ private GraphicsOptions(GraphicsOptions source)
2929 this . ColorBlendingMode = source . ColorBlendingMode ;
3030 }
3131
32- /// <summary>
33- /// Gets the default <see cref="GraphicsOptions"/> instance.
34- /// </summary>
35- public static GraphicsOptions Default { get ; } = new GraphicsOptions ( ) ;
36-
3732 /// <summary>
3833 /// Gets or sets a value indicating whether antialiasing should be applied.
3934 /// Defaults to true.
You can’t perform that action at this time.
0 commit comments