|
6282 | 6282 | <Parameter Name="flatness" Type="System.Single" Index="4" FrameworkAlternate="windowsdesktop-9.0;dotnet-plat-ext-9.0;net-9.0" />
|
6283 | 6283 | </Parameters>
|
6284 | 6284 | <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. |
6289 | 6288 | </param>
|
6290 | 6289 | <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" />. |
6294 | 6291 | </param>
|
6295 | 6292 | <param name="matrix">A matrix that specifies a geometric transform to apply to the path.</param>
|
6296 | 6293 | <param name="warpMode">Specifies whether this warp operation uses perspective or bilinear mode.</param>
|
6297 | 6294 | <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. |
6301 | 6297 | </param>
|
6302 | 6298 | <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> |
6304 | 6305 | </Docs>
|
6305 | 6306 | </Member>
|
6306 | 6307 | <MemberGroup MemberName="Widen">
|
|
0 commit comments