Graphics.FillClosedCurve
Contents
[
Hide
]FillClosedCurve(Brush, PointF[], FillMode, float)
Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode and tension.
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, float tension)
Parameter | Type | Description |
---|---|---|
brush | Brush | A Brush that determines the characteristics of the fill. |
points | PointF[] | Array of PointF structures that define the spline. |
fillmode | FillMode | Member of the FillMode enumeration that determines how the curve is filled. |
tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. |
See Also
- class Brush
- struct PointF
- enum FillMode
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
FillClosedCurve(Brush, PointF[])
Fills the interior of a closed cardinal spline curve defined by an array of PointF structures.
public void FillClosedCurve(Brush brush, PointF[] points)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | PointF[] | Array of PointF structures that define the spline. |
See Also
- class Brush
- struct PointF
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
FillClosedCurve(Brush, PointF[], FillMode)
Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode.
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | PointF[] | Array of PointF structures that define the spline. |
fillmode | FillMode | Member of the FillMode enumeration that determines how the curve is filled. |
See Also
- class Brush
- struct PointF
- enum FillMode
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
FillClosedCurve(Brush, Point[])
Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
public void FillClosedCurve(Brush brush, Point[] points)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | Point[] | Array of Point structures that define the spline. |
See Also
- class Brush
- struct Point
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
FillClosedCurve(Brush, Point[], FillMode)
Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode.
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | Point[] | Array of Point structures that define the spline. |
fillmode | FillMode | Member of the FillMode enumeration that determines how the curve is filled. |
See Also
- class Brush
- struct Point
- enum FillMode
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
FillClosedCurve(Brush, Point[], FillMode, float)
Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode.
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, float tension)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
points | Point[] | Array of Point structures that define the spline. |
fillmode | FillMode | Member of the FillMode enumeration that determines how the curve is filled. |
tension | Single | Value greater than or equal to 0.0F that specifies the tension of the curve. |
See Also
- class Brush
- struct Point
- enum FillMode
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing