LinearGradientBrushBase Constructor (Point, Point)
Initializes a new instance of the LinearGradientBrushBase class. The gradient rectangle is calculated from the specified points.

Namespace: Aspose.PSD.Brushes
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
protected LinearGradientBrushBase(
	Point point1,
	Point point2
)

Parameters

point1
Type: Aspose.PSDPoint
A Point structure that represents the starting point of the linear gradient.
point2
Type: Aspose.PSDPoint
A Point structure that represents the endpoint of the linear gradient.
See Also