Skip to content

Commit f7e6e47

Browse files
mriehmgewarren
andauthored
Add Bitmap.LockBits() overload link
Co-authored-by: Genevieve Warren <[email protected]>
1 parent a52c04a commit f7e6e47

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="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>
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="M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)" /> 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)