public interface ILinearGradientBrush extends IGradientBrush
Defines brush interface with a linear gradient.
Modifier and Type | Method and Description |
---|---|
float |
getAngle()
Gets the angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line.
|
com.aspose.html.internal.ms.System.Drawing.Color |
getEndColor()
Get the ending color of the linear gradient.
|
com.aspose.html.internal.ms.System.Drawing.PointF |
getEndPoint()
Get the starting point of the linear gradient.
|
com.aspose.html.internal.ms.System.Drawing.RectangleF |
getRect()
Get a rectangular region that defines the starting and ending points of the gradient.
|
com.aspose.html.internal.ms.System.Drawing.Color |
getStartColor()
Get the starting color of the linear gradient.
|
com.aspose.html.internal.ms.System.Drawing.PointF |
getStartPoint()
Get the starting point of the linear gradient.
|
getBlendFactors, getBlendPositions, getInterpolationColors
getTransformationMatrix, getWrapMode
com.aspose.html.internal.ms.System.Drawing.RectangleF getRect()
Get a rectangular region that defines the starting and ending points of the gradient.
com.aspose.html.internal.ms.System.Drawing.Color getStartColor()
Get the starting color of the linear gradient.
com.aspose.html.internal.ms.System.Drawing.Color getEndColor()
Get the ending color of the linear gradient.
com.aspose.html.internal.ms.System.Drawing.PointF getStartPoint()
Get the starting point of the linear gradient.
com.aspose.html.internal.ms.System.Drawing.PointF getEndPoint()
Get the starting point of the linear gradient.
float getAngle()
Gets the angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line.
Value: The angle.