| GraphicsFillClosedCurve Method (Brush, Point) |
Fills the interior of a closed cardinal spline curve defined by an array of
Point structures. This method uses a default tension of 0.5 and
Alternate fill mode.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic void FillClosedCurve(
Brush brush,
Point[] points
)
Public Sub FillClosedCurve (
brush As Brush,
points As Point()
)
public:
void FillClosedCurve(
Brush^ brush,
array<Point>^ points
)
member FillClosedCurve :
brush : Brush *
points : Point[] -> unit
Parameters
- brush
- Type: Aspose.PSDBrush
Brush that determines the characteristics of the fill. - points
- Type: Aspose.PSDPoint
Array of Point structures that define the spline.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | brush is null.
-or-
points is null. |
See Also