接口 IRectangularGradient


public interface IRectangularGradient
The IRectangularGradient object transitions through a series ofcolors in a linear manner along a specific angle
  • 方法概要

    修饰符和类型
    方法
    说明
    double
    Gets the point or vector that the gradient fill converges to.
    Returns the IRectangularGradient.ColorStops for the IRectangularGradient object .
    double
    Gets the point or vector that the gradient fill converges to.
    double
    Gets the point or vector that the gradient fill converges to.
    double
    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.
  • 方法详细资料

    • 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.
    • setBottom

      void setBottom(double value)
      Sets the point or vector that the gradient fill converges to.
    • getLeft

      double getLeft()
      Gets the point or vector that the gradient fill converges to.
    • setLeft

      void setLeft(double value)
      Sets the point or vector that the gradient fill converges to.
    • getRight

      double getRight()
      Gets the point or vector that the gradient fill converges to.
    • setRight

      void setRight(double value)
      Sets the point or vector that the gradient fill converges to.
    • getTop

      double getTop()
      Gets the point or vector that the gradient fill converges to.
    • setTop

      void setTop(double value)
      Sets the point or vector that the gradient fill converges to.