Skip to content

Commit

Permalink
add remarks for System.Drawing.Region.GetHrgn (dotnet#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
KageShiron authored and Ron Petrusha committed Oct 23, 2018
1 parent a8ad709 commit c3a6aa1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion xml/System.Drawing/Region.xml
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,13 @@
<param name="g">The <see cref="T:System.Drawing.Graphics" /> on which this <see cref="T:System.Drawing.Region" /> is drawn.</param>
<summary>Returns a Windows handle to this <see cref="T:System.Drawing.Region" /> in the specified graphics context.</summary>
<returns>A Windows handle to this <see cref="T:System.Drawing.Region" />.</returns>
<remarks>To be added.</remarks>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
You are responsible for calling the <xref:System.Drawing.Region.ReleaseHrgn%2A> method to free the memory used by the [!INCLUDE[ndptecgdi](~/includes/ndptecgdi-md.md)] region object.
]]></format></remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="g" /> is <see langword="null" />.</exception>
</Docs>
Expand Down

0 comments on commit c3a6aa1

Please sign in to comment.