Class EmfChord
The EMR_CHORD record specifies a chord, which is a region bounded by the intersection of an ellipse and a line segment, called a secant. The chord is outlined by using the current pen and filled by using the current brush.
public sealed class EmfChord : EmfDrawingRecordType
- Inheritance
-
EmfChord
- Inherited Members
Constructors
EmfChord()
Initializes a new instance of the EmfChord class.
public EmfChord()
EmfChord(EmfRecord)
Initializes a new instance of the EmfChord class.
public EmfChord(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Box
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive bounding rectangle.
public Rectangle Box { get; set; }
Property Value
End
Gets or sets a 64-bit WMF PointL object that specifies the logical coordinates of the endpoint of the radial defining the end of the chord.
public Point End { get; set; }
Property Value
Start
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the logical coordinates of the endpoint of the radial defining the beginning of the chord.
public Point Start { get; set; }