Class WmfPie
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context.
public class WmfPie : WmfRectangle
- Inheritance
-
WmfPie
- Inherited Members
Constructors
WmfPie()
public WmfPie()
Properties
Radial1
Gets or sets the radial1.
public Point Radial1 { get; set; }
Property Value
- Point
The radial1.
Radial2
Gets or sets the radial2.
public Point Radial2 { get; set; }
Property Value
- Point
The radial2.