Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfRoundRect

  • All Implemented Interfaces:
    Cloneable


    public class WmfRoundRect
    extends WmfRectangle

    The rectangle object.

    • Constructor Detail

      • WmfRoundRect

        public WmfRoundRect()
    • Method Detail

      • getHeight

        public short getHeight()

        Gets or sets the height.

        Value: The height, in logical coordinates, of the ellipse used to draw the rounded corners.
      • setHeight

        public void setHeight(short value)

        Gets or sets the height.

        Value: The height, in logical coordinates, of the ellipse used to draw the rounded corners.
      • getWidth

        public short getWidth()

        Gets or sets the width.

        Value: The width, in logical coordinates, of the ellipse used to draw the rounded corners.
      • setWidth

        public void setWidth(short value)

        Gets or sets the width.

        Value: The width, in logical coordinates, of the ellipse used to draw the rounded corners.