|
34 | 34 | <Docs> |
35 | 35 | <summary>Specifies how the interior of a closed path is filled.</summary> |
36 | 36 | <remarks> |
37 | | - <format type="text/markdown">< |
54 | | - |
55 | | - The following example is designed for use with Windows Forms, and it requires <xref:System.Windows.Forms.PaintEventArgs> `e`, which is a parameter of the <xref:System.Windows.Forms.Control.Paint> event handler. |
56 | | - |
| 37 | + <format type="text/markdown">< |
| 54 | +
|
| 55 | + The following example is designed for use with Windows Forms, and it requires <xref:System.Windows.Forms.PaintEventArgs> `e`, which is a parameter of the <xref:System.Windows.Forms.Control.Paint> event handler. |
| 56 | +
|
57 | 57 | :::code language="csharp" source="~/snippets/csharp/System.Drawing.Drawing2D/FillMode/Overview/Class1.cs" id="Snippet11"::: |
58 | | - :::code language="vb" source="~/snippets/visualbasic/System.Drawing.Drawing2D/FillMode/Overview/Class1.vb" id="Snippet11"::: |
59 | | - |
| 58 | + :::code language="vb" source="~/snippets/visualbasic/System.Drawing.Drawing2D/FillMode/Overview/Class1.vb" id="Snippet11"::: |
| 59 | +
|
60 | 60 | ]]></format> |
61 | 61 | </remarks> |
62 | 62 | <related type="Article" href="/dotnet/framework/winforms/advanced/how-to-fill-open-figures">How To: Fill Open Figures</related> |
|
0 commit comments