Class EmfArc

Class EmfArc

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)

The EMR_ARC record specifies an elliptical arc.

public sealed class EmfArc : EmfDrawingRecordType

Inheritance

objectMetaObjectEmfRecordEmfDrawingRecordTypeEmfArc

Inherited Members

EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfArc(EmfRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfArc class.

public EmfArc(EmfRecord source)

Parameters

source EmfRecord

The source.

EmfArc()

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfArc class.

public EmfArc()

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

Rectangle

End

Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.

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, in logical units, of the ending point of the radial line defining the starting point of the arc.

public Point Start { get; set; }

Property Value

Point