com.aspose.xps

Class Size2D

  • All Implemented Interfaces:
    Cloneable
    Direct Known Subclasses:
    Size2D.Float


    public abstract class Size2D
    extends Dimension2D
    The Size2D class describes dimensions (w x h).

    This class is only the abstract superclass for all objects that store 2D dimensions. The actual storage representation of the dimensions is left to the subclass.

    • Constructor Detail

      • Size2D

        public Size2D()