Skip to content

Commit f0b7e16

Browse files
committed
rerun porting tool
1 parent 403d56b commit f0b7e16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

xml/System.Drawing.Drawing2D/GraphicsPath.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6298,7 +6298,7 @@
62986298
<summary>Applies a warp transform, defined by a rectangle and a parallelogram, to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath" />.</summary>
62996299
<remarks>
63006300
<para>
6301-
For <param name="destPoints"/>, the array can contain either three or four elements. If the array contains three elements,
6301+
For <param name="destPoints" />, the array can contain either three or four elements. If the array contains three elements,
63026302
the lower-right corner of the parallelogram is implied by the first three points.
63036303
</para>
63046304
</remarks>

xml/System.Drawing.Drawing2D/GraphicsPathIterator.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
<summary>To be added.</summary>
209209
<returns>To be added.</returns>
210210
<remarks>To be added.</remarks>
211+
<inheritdoc cref="M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)" />
211212
</Docs>
212213
</Member>
213214
<Member MemberName="Count">
@@ -385,6 +386,7 @@
385386
<summary>To be added.</summary>
386387
<returns>To be added.</returns>
387388
<remarks>To be added.</remarks>
389+
<inheritdoc cref="M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)" />
388390
</Docs>
389391
</Member>
390392
<Member MemberName="Finalize">

0 commit comments

Comments
 (0)