Class WmfPie

Class WmfPie

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

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

objectMetaObjectWmfObjectWmfRectangleWmfPie

Inherited Members

WmfRectangle.Rectangle, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfPie()

public WmfPie()

Properties

Radial1

Gets or sets the radial1.

public Point Radial1 { get; set; }

Property Value

Point

Radial2

Gets or sets the radial2.

public Point Radial2 { get; set; }

Property Value

Point