ILinearGradientBrush Interface
ILinearGradientBrush interface
Defines brush interface with a linear gradient.
public interface ILinearGradientBrush : IGradientBrush
Properties
Name | Description |
---|---|
getAngle Gets the angle, measured in degrees clockwise from the x-axis, of the gradient’s orientation line. | |
getEndColor Get the ending color of the linear gradient. | |
getEndPoint Get the starting point of the linear gradient. | |
getRect Get a rectangular region that defines the starting and ending points of the gradient. | |
getStartColor Get the starting color of the linear gradient. | |
getStartPoint Get the starting point of the linear gradient. |
See Also
- interface IGradientBrush
- package com.aspose.html.Drawing
- package Aspose.HTML