public interface IRectangularGradient
IRectangularGradient object transitions through a series of
colors in a linear manner along a specific angle| Modifier and Type | Method and Description |
|---|---|
double |
getBottom()
Gets the point or vector that the gradient fill converges to.
|
IColorStops |
getColorStops()
Returns the
IRectangularGradient.ColorStops for the
IRectangularGradient object . |
double |
getLeft()
Gets the point or vector that the gradient fill converges to.
|
double |
getRight()
Gets the point or vector that the gradient fill converges to.
|
double |
getTop()
Gets the point or vector that the gradient fill converges to.
|
void |
setBottom(double value)
Sets the point or vector that the gradient fill converges to.
|
void |
setLeft(double value)
Sets the point or vector that the gradient fill converges to.
|
void |
setRight(double value)
Sets the point or vector that the gradient fill converges to.
|
void |
setTop(double value)
Sets the point or vector that the gradient fill converges to.
|
IColorStops getColorStops()
IRectangularGradient.ColorStops for the
IRectangularGradient object .double getBottom()
void setBottom(double value)
double getLeft()
void setLeft(double value)
double getRight()
void setRight(double value)
double getTop()
void setTop(double value)