Skip to content

Commit 4154568

Browse files
committed
fix GraphicsPath.Warp
1 parent d9c2e3c commit 4154568

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

xml/System.Drawing.Drawing2D/GraphicsPath.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6282,25 +6282,26 @@
62826282
<Parameter Name="flatness" Type="System.Single" Index="4" FrameworkAlternate="windowsdesktop-9.0;dotnet-plat-ext-9.0;net-9.0" />
62836283
</Parameters>
62846284
<Docs>
6285-
<param name="destPoints">fixthis
6286-
<para>An array of points that define a parallelogram to which the rectangle defined by <paramref name="srcRect" /></para>
6287-
<para>is transformed. The array can contain either three or four elements. If the array contains three elements,</para>
6288-
<para>the lower-right corner of the parallelogram is implied by the first three points.</para>
6285+
<param name="destPoints">
6286+
An array of points that define a parallelogram to which the rectangle defined by <paramref name="srcRect" />
6287+
is transformed.
62896288
</param>
62906289
<param name="srcRect">
6291-
<para>A rectangle that represents the rectangle that is transformed to the parallelogram defined by</para>
6292-
<para>
6293-
<paramref name="destPoints" />.</para>
6290+
A rectangle that represents the rectangle that is transformed to the parallelogram defined by <paramref name="destPoints" />.
62946291
</param>
62956292
<param name="matrix">A matrix that specifies a geometric transform to apply to the path.</param>
62966293
<param name="warpMode">Specifies whether this warp operation uses perspective or bilinear mode.</param>
62976294
<param name="flatness">
6298-
<para>A value from 0 through 1 that specifies how flat the resulting path is. For more information, see the</para>
6299-
<para>
6300-
<see cref="M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)" /> methods.</para>
6295+
A value from 0 through 1 that specifies how flat the resulting path is. For more information, see the
6296+
<see cref="M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)" /> methods.
63016297
</param>
63026298
<summary>Applies a warp transform, defined by a rectangle and a parallelogram, to this <see cref="T:System.Drawing.Drawing2D.GraphicsPath" />.</summary>
6303-
<remarks>To be added.</remarks>
6299+
<remarks>
6300+
<para>
6301+
For <param name="destPoints"/>, the array can contain either three or four elements. If the array contains three elements,
6302+
the lower-right corner of the parallelogram is implied by the first three points.
6303+
</para>
6304+
</remarks>
63046305
</Docs>
63056306
</Member>
63066307
<MemberGroup MemberName="Widen">

0 commit comments

Comments
 (0)