Class WmfRoundRect
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The rectangle object.
public class WmfRoundRect : WmfRectangle
- Inheritance
-
WmfRoundRect
- Inherited Members
Constructors
WmfRoundRect()
public WmfRoundRect()
Properties
Height
Gets or sets the height.
public short Height { get; set; }
Property Value
- short
The height, in logical coordinates, of the ellipse used to draw the rounded corners.
Width
Gets or sets the width.
public short Width { get; set; }
Property Value
- short
The width, in logical coordinates, of the ellipse used to draw the rounded corners.