Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrGraphicObject

    • Constructor Detail

      • CdrGraphicObject

        public CdrGraphicObject()
    • Method Detail

      • getWidth

        public final double getWidth()

        Gets the x.

        Returns:
        the x
      • setWidth

        public final void setWidth(double value)

        Sets the x.

        Parameters:
        value - the x
      • getHeight

        public final double getHeight()

        Gets the y.

        Returns:
        the y.
      • setHeight

        public final void setHeight(double value)

        Sets the y.

        Parameters:
        value - the y.
      • getBoundsInPixels

        public final RectangleF getBoundsInPixels()

        Gets the bounds in pixels.

        Returns:
        the bounds in pixels.
      • setBoundsInPixels

        public final void setBoundsInPixels(RectangleF value)

        Sets the bounds in pixels.

        Parameters:
        value - the bounds in pixels.