WmfRectangle

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfRectangle extends WmfObject

The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context.

Constructors

ConstructorDescription
WmfRectangle()

Methods

MethodDescription
getRectangle()Gets or sets the rectangle.
setRectangle(Rectangle value)Gets or sets the rectangle.

WmfRectangle()

public WmfRectangle()

getRectangle()

public Rectangle getRectangle()

Gets or sets the rectangle.

Value: The rectangle.

Returns: Rectangle

setRectangle(Rectangle value)

public void setRectangle(Rectangle value)

Gets or sets the rectangle.

Value: The rectangle.

Parameters:

ParameterTypeDescription
valueRectangle