Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfPolyPolygon

  • All Implemented Interfaces:
    Cloneable


    public class WmfPolyPolygon
    extends WmfObject

    The PolyPolygon Object defines a series of closed polygons.

    • Constructor Detail

      • WmfPolyPolygon

        public WmfPolyPolygon()
    • Method Detail

      • getNumberOfPolygons

        public int getNumberOfPolygons()

        Gets or sets the number of polygons. The number of polygons in the object.

        Value: The number of polygons.
      • setNumberOfPolygons

        public void setNumberOfPolygons(int value)

        Gets or sets the number of polygons. The number of polygons in the object.

        Value: The number of polygons.
      • getAPointsPerPolygon

        public int[] getAPointsPerPolygon()

        Gets or sets a points per polygon.

        Value: The number of points for each polygon in the object.
      • setAPointsPerPolygon

        public void setAPointsPerPolygon(int[] value)

        Gets or sets a points per polygon.

        Value: The number of points for each polygon in the object.
      • getAPoints

        public Point[][] getAPoints()

        Gets or sets a points.

        Value: a points.
      • setAPoints

        public void setAPoints(Point[][] value)

        Gets or sets a points.

        Value: a points.