Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdCurveTo

    • Constructor Detail

      • OdCurveTo

        public OdCurveTo(OdObject parent)

        Initializes a new instance of the OdCurveTo class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getPoints

        public PointF[] getPoints()

        Gets or sets the points.

        Returns:
        The points.
      • setPoints

        public void setPoints(PointF[] value)

        Gets or sets the points.

        Parameters:
        value - The points.