WmfChord

WmfChord class

The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment. The chord is outlined using the pen and filled using the brush that are defined in the playback device context.

public class WmfChord : WmfRectangle

Constructors

NameDescription
WmfChord()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