Class EmfPie
Contents
[
Hide
]EmfPie class
The EMR_PIE record specifies a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the current pen and filled by using the current brush.
public sealed class EmfPie : EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfPie() | Initializes a new instance of the EmfPie class. |
EmfPie(EmfRecord) | Initializes a new instance of the EmfPie 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. |
End { get; set; } | Gets or sets a 64-bit PointL object that specifies the coordinates, in logical units, of the endpoint of the second radial. |
Size { get; set; } | Gets or sets the size of the record |
Start { get; set; } | Gets or sets a 64-bit WMF PointL objects, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates, in logical units, of the endpoint of the first radial. |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfDrawingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging