Class EmfArcTo
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc.
public sealed class EmfArcTo : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfArcTo
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfArcTo(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfArcTo class.
public EmfArcTo(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfArcTo()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfArcTo class.
public EmfArcTo()
Properties
Box
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public Rectangle Box { get; set; }
Property Value
End
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
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 coordinates of the first radial ending point, in logical units.
public Point Start { get; set; }