Class EmfPlusDrawEllipse
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusDrawEllipse record specifies drawing an ellipse.
public sealed class EmfPlusDrawEllipse : EmfPlusDrawingRecordType
Inheritance
object ← MetaObject ← EmfPlusRecord ← EmfPlusDrawingRecordType ← EmfPlusDrawEllipse
Inherited Members
EmfPlusRecord.Type, EmfPlusRecord.Flags, EmfPlusRecord.Size, EmfPlusRecord.DataSize, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusDrawEllipse(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusDrawEllipse class.
public EmfPlusDrawEllipse(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
The source.
Properties
Compressed
Gets or sets a value indicating whether the PointData is compressed. If set, RectData contains an EmfPlusRect object (section 2.2.2.38). If clear, RectData contains an EmfPlusRectF object (section 2.2.2.39).
public bool Compressed { get; set; }
Property Value
ObjectId
Gets or sets the object identifier. The index of an EmfPlusPen (section 2.2.1.7) object in the EMF+ Object Table to draw the ellipse. The value MUST be zero to 63, inclusive.
public byte ObjectId { get; set; }
Property Value
RectData
Gets or sets the rectangle data Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse.
public RectangleF RectData { get; set; }