You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Drawing.Imaging.Effects/BlurEffect.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@
36
36
</Parameters>
37
37
<Docs>
38
38
<paramname="radius">
39
-
<seelangword="true" /> to expand the bitmap by an amount equal to the blur radius so it can have soft edges. <seelangword="false" /> to keep the bitmap the same size and clip the soft edges.
39
+
Real number that specifies the blur radius (the radius of the Gaussian convolution kernel) in pixels. The
40
+
radius must be in the range 0 through 256. As the radius increases, the resulting bitmap becomes more blurry.
40
41
</param>
41
42
<paramname="expandEdge">
42
-
Boolean value that specifies whether the bitmap expands by an amount equal to the blur radius. If <seelangword="true"/>, the bitmap expands by an amount equal to the radius so that it can have soft edges.
43
-
If <seelangword="false"/>, the bitmap remains the same size and the soft edges are clipped.
43
+
<seelangword="true"/> to expand the bitmap by an amount equal to the blur radius so that it can have soft edges; <seelangword="false"/> to keep the bitmap the same size and clip the soft edges.
44
44
</param>
45
-
<summary>Creates a new <seecref="T:System.Drawing.Imaging.Effects.BlurEffect" /> with the given parameters.</summary>
45
+
<summary>Creates a new <seecref="T:System.Drawing.Imaging.Effects.BlurEffect" /> with the specified blur radius.</summary>
46
46
<remarks>To be added.</remarks>
47
47
<exceptioncref="T:System.ArgumentException">
48
48
<paramrefname="radius" /> is less than 0 or greater than 256.</exception>
0 commit comments