Class EmfEllipse
Contents
[
Hide
]EmfEllipse class
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.
public sealed class EmfEllipse : EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfEllipse() | Initializes a new instance of the EmfEllipse class. |
EmfEllipse(EmfRecord) | Initializes a new instance of the EmfEllipse 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 bounding rectangle. |
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