Skip to content

Commit 110c7b3

Browse files
authored
Update Pen.xml (#8208)
1 parent 6e18eff commit 110c7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Drawing/Pen.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<format type="text/markdown"><![CDATA[
267267
268268
## Remarks
269-
The <xref:System.Drawing.Color> property is set to the color specified by the `color` parameter. The <xref:System.Drawing.Pen.Width%2A> property is set to the value specified in the `width` parameter. A `width` of 0 will result in the <xref:System.Drawing.Pen> drawing as if the width were 1.
269+
The <xref:System.Drawing.Color> property is set to the color specified by the `color` parameter. The <xref:System.Drawing.Pen.Width%2A> property is set to the value specified in the `width` parameter. If this value is 0, the width in device units is always 1 pixel&mdash; it is not affected by scale-transform operations that are in effect for the Graphics object that the <xref:System.Drawing.Pen> is used for.
270270
271271
272272

0 commit comments

Comments
 (0)