[]
Draws an ellipse with a "cloudy" border. (As per the PDF spec, the border should be drawn as a series of convex curved line segments in a manner that simulates the appearance of a cloud.)
public static bool DrawCloudy(this GcGraphics g, RectangleF bounds, float intensity, Pen pen, Color fillColor)
| Type | Name | Description |
|---|---|---|
| GcGraphics | g | The GcGraphics object. |
| RectangleF | bounds | The ellipse bounds. |
| float | intensity | The intensity of the "cloudy" effect, valid values are from 0 to 2. |
| Pen | pen | The Pen to use. |
| Color | fillColor | The fill color. |
| Type | Description |
|---|---|
| bool |