Skip to content

Commit 15b0572

Browse files
committed
missed a couple more feedback comments
1 parent c96c13d commit 15b0572

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

xml/System.Drawing/Bitmap.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -850,13 +850,9 @@
850850
<Parameter Name="format" Type="System.Drawing.Imaging.PixelFormat" Index="0" FrameworkAlternate="windowsdesktop-9.0;dotnet-plat-ext-9.0;net-9.0" />
851851
</Parameters>
852852
<Docs>
853-
<param name="format">
854-
The new pixel format. <see cref="F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale" /> is not supported.
855-
</param>
856-
<summary>
857-
Converts the bitmap to the specified <paramref name="format" />. The original pixel data is replaced with the new format.
858-
</summary>
859-
<remarks>To be added.</remarks>
853+
<param name="format">The new pixel format.</param>
854+
<summary>Converts the bitmap to the specified <paramref name="format" />. The original pixel data is replaced with the new format.</summary>
855+
<remarks>For <paramref name="format"/>, <see cref="F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale" /> is not supported.</remarks>
860856
</Docs>
861857
</Member>
862858
<Member MemberName="ConvertFormat">

xml/System.Drawing/Icon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
<summary>Saves this <see cref="T:System.Drawing.Icon" /> to the specified output <see cref="T:System.IO.Stream" />.</summary>
10071007
<remarks>To be added.</remarks>
10081008
<exception cref="T:System.ArgumentNullException">
1009-
<paramref name="outputStream" /> was <see langword="null" />.</exception>
1009+
<paramref name="outputStream" /> is <see langword="null" />.</exception>
10101010
</Docs>
10111011
</Member>
10121012
<Member MemberName="Size">

0 commit comments

Comments
 (0)