Skip to content

Commit a52c04a

Browse files
authored
Correct parameter name in ImageLockModeUserInputBuf description
1 parent 32e361a commit a52c04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Drawing.Imaging/ImageLockMode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</ReturnValue>
143143
<MemberValue>4</MemberValue>
144144
<Docs>
145-
<summary>Specifies that the buffer used for reading or writing pixel data is allocated by the user. If this flag is set, the <paramref name="flags" /> parameter of the <see cref="Overload:System.Drawing.Bitmap.LockBits" /> method serves as an input parameter (and possibly as an output parameter). If this flag is cleared, then the <paramref name="flags" /> parameter serves only as an output parameter.</summary>
145+
<summary>Specifies that the buffer used for reading or writing pixel data is allocated by the user. If this flag is set, the <paramref name="bitmapData" /> parameter of the <see cref="Overload:System.Drawing.Bitmap.LockBits" /> method serves as an input parameter (and possibly as an output parameter). If this flag is cleared, then the <paramref name="bitmapData" /> parameter serves only as an output parameter.</summary>
146146
</Docs>
147147
</Member>
148148
<Member MemberName="WriteOnly">

0 commit comments

Comments
 (0)