[]
        
(Showing Draft Content)

IRectangularGradient

Interface IRectangularGradient


public interface IRectangularGradient
The IRectangularGradient object transitions through a series ofcolors in a linear manner along a specific angle
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the point or vector that the gradient fill converges to at the bottom.
    Returns the IRectangularGradient.ColorStops for the IRectangularGradient object .
    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
    setBottom(double value)
    Sets the point or vector that the gradient fill converges to at the bottom.
    void
    setLeft(double value)
    Sets the point or vector that the gradient fill converges to at the left.
    void
    setRight(double value)
    Sets the point or vector that the gradient fill converges to at the right.
    void
    setTop(double value)
    Sets the point or vector that the gradient fill converges to at the top.
  • Method Details

    • getColorStops

      IColorStops getColorStops()
      Returns the IRectangularGradient.ColorStops for the IRectangularGradient object .
    • 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.