Packages

 

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

Class OdPolygon

    • Constructor Detail

      • OdPolygon

        public OdPolygon(OdObject parent)

        Initializes a new instance of the OdPolygon 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.