Table of Contents

Class WmfRectangle

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

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.

public class WmfRectangle : WmfObject
Inheritance
WmfRectangle
Derived
Inherited Members

Constructors

WmfRectangle()

public WmfRectangle()

Properties

Rectangle

Gets or sets the rectangle.

public Rectangle Rectangle { get; set; }

Property Value

Rectangle

The rectangle.