Class EmfRoundRect
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
- Inheritance
-
EmfRoundRect
- Inherited Members
Constructors
EmfRoundRect()
Initializes a new instance of the EmfRoundRect class.
public EmfRoundRect()
EmfRoundRect(EmfRecord)
Initializes a new instance of the EmfRoundRect class.
public EmfRoundRect(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Box
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.
public Rectangle Box { get; set; }
Property Value
Corner
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.
public Size Corner { get; set; }