Class EmfRoundRect
Contents
[
Hide
]EmfRoundRect class
The EMR_ROUNDRECT record specifies a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush.
public sealed class EmfRoundRect : EmfDrawingRecordType
Constructors
| Name | Description | 
|---|---|
| EmfRoundRect() | Initializes a new instance of the EmfRoundRect class. | 
| EmfRoundRect(EmfRecord) | Initializes a new instance of the EmfRoundRect class. | 
Properties
| Name | Description | 
|---|---|
| Box { get; set; } | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive rectangle to draw. | 
| Corner { get; set; } | Gets or sets a 64-bit WMF SizeL object, specified in [MS-WMF] section 2.2.2.22, which specifies the width and height, in logical coordinates, of the ellipse used to draw the rounded corners. | 
| Size { get; set; } | Gets or sets the size of the record | 
| Type { get; set; } | Gets or sets the type. | 
See Also
- class EmfDrawingRecordType
 - namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
 - assembly Aspose.Imaging