Class EmfArcTo

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

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfArcTo

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

Rectangle

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

Point

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; }

Property Value

Point