Class WmfChord
Class WmfChord
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
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
object ← MetaObject ← WmfObject ← WmfRectangle ← WmfChord
Inherited Members
WmfRectangle.Rectangle, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfChord()
public WmfChord()
Properties
Radial1
Gets or sets the radial1.
public Point Radial1 { get; set; }
Property Value
Radial2
Gets or sets the radial2.
public Point Radial2 { get; set; }