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.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public void FillClosedCurve(
	Brush brush,
	Point[] points
)

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
ExceptionCondition
ArgumentNullExceptionbrush is null. -or- points is null.
See Also