Interface IRectangularGradient
public interface IRectangularGradient
The
IRectangularGradient
object transitions through a series ofcolors in a linear manner along a specific angle
-
Method Summary
double
Gets the point or vector that the gradient fill converges to at the bottom.
double
Gets the point or vector that the gradient fill converges to at the left.
double
Gets the point or vector that the gradient fill converges to at the right.
double
Gets the point or vector that the gradient fill converges to at the top.
void
Sets the point or vector that the gradient fill converges to at the bottom.
void
Sets the point or vector that the gradient fill converges to at the left.
void
Sets the point or vector that the gradient fill converges to at the right.
void
Sets the point or vector that the gradient fill converges to at the top.
-
Method Details
-
-
getBottom
double getBottom()
Gets the point or vector that the gradient fill converges to at the bottom.
-
setBottom
void setBottom(double value)
Sets the point or vector that the gradient fill converges to at the bottom.
-
getLeft
double getLeft()
Gets the point or vector that the gradient fill converges to at the left.
-
setLeft
void setLeft(double value)
Sets the point or vector that the gradient fill converges to at the left.
-
getRight
double getRight()
Gets the point or vector that the gradient fill converges to at the right.
-
setRight
void setRight(double value)
Sets the point or vector that the gradient fill converges to at the right.
-
getTop
double getTop()
Gets the point or vector that the gradient fill converges to at the top.
-
setTop
void setTop(double value)
Sets the point or vector that the gradient fill converges to at the top.