| LinearGradientBrushBase Constructor (Point, Point) |
Initializes a new instance of the
LinearGradientBrushBase class. The gradient rectangle is calculated from the specified points.
Namespace: Aspose.PSD.BrushesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxprotected LinearGradientBrushBase(
Point point1,
Point point2
)
Protected Sub New (
point1 As Point,
point2 As Point
)
protected:
LinearGradientBrushBase(
Point point1,
Point point2
)
new :
point1 : Point *
point2 : Point -> LinearGradientBrushBaseParameters
- 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