WmfPie

WmfPie class

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

Constructors

NameDescription
WmfPie()The default constructor.

Properties

NameDescription
Radial1 { get; set; }Gets or sets the radial1.
Radial2 { get; set; }Gets or sets the radial2.
Rectangle { get; set; }Gets or sets the rectangle.

See Also