com.aspose.pdf.drawing

Class Curve



  • public final class Curve
    extends Shape

    Represents bezier curve.

    • Constructor Detail

      • Curve

        public Curve()

        For Internal usage only

      • Curve

        public Curve(float[] positionArray)

        Initializes a new instance of the Curve class.

        Parameters:
        positionArray - The position array of the control points of the curve.There should be four control points,so the length of the array should be eight.
    • Method Detail

      • getPositionArray

        public float[] getPositionArray()

        Gets a float position array.

        Returns:
        float[] array
      • setPositionArray

        public void setPositionArray(float[] value)

        Sets a float position array.

        Parameters:
        value - float[] array