public final class EmfEllipse extends EmfDrawingRecordType
The EMR_ELLIPSE record specifies an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.
Constructor and Description |
---|
EmfEllipse()
Initializes a new instance of the
EmfEllipse class. |
EmfEllipse(EmfRecord source)
Initializes a new instance of the
EmfEllipse class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBox()
Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
void |
setBox(Rectangle value)
Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which
specifies the inclusive-inclusive bounding rectangle.
|
public EmfEllipse(EmfRecord source)
Initializes a new instance of the EmfEllipse
class.
source
- The source.public EmfEllipse()
Initializes a new instance of the EmfEllipse
class.
public Rectangle getBox()
Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle.
public void setBox(Rectangle value)
Gets or sets a 128-bit (WMF) RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle.