Class EmfPie
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
- Inheritance
-
EmfPie
- Inherited Members
Constructors
EmfPie()
Initializes a new instance of the EmfPie class.
public EmfPie()
EmfPie(EmfRecord)
Initializes a new instance of the EmfPie class.
public EmfPie(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 bounding rectangle.
public Rectangle Box { get; set; }
Property Value
End
Gets or sets a 64-bit PointL object that specifies the coordinates, in logical units, of the endpoint of the second radial.
public Point End { get; set; }
Property Value
Start
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.
public Point Start { get; set; }