Table of Contents

Class WmfChord

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

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
Inheritance
WmfChord
Inherited Members

Constructors

WmfChord()

public WmfChord()

Properties

Radial1

Gets or sets the radial1.

public Point Radial1 { get; set; }

Property Value

Point

The coordinates, in logical coordinates, of the endpoint of the first radial.

Radial2

Gets or sets the radial2.

public Point Radial2 { get; set; }

Property Value

Point

The coordinates, in logical coordinates, of the endpoint of the second radial.