Class EmfEllipse
اسم الفضاء : Aspose.Imaging.FileFormats.Emf.Emf.Records تجميع: Aspose.Imaging.dll (25.4.0)
سجل EMR_ELLIPSE يحدد إليبس.مركز الإليبس هو مركز الإليبس المحدديربط المستطيل.يتم ترتيب الإليبس باستخدام القلم الحالي ويتم ملؤه باستخدام فرشاة الحالية.
public sealed class EmfEllipse : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfEllipse
الأعضاء الموروثين
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfEllipse(EmfRecord)
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfEllipse.
public EmfEllipse(EmfRecord source)
Parameters
source
EmfRecord
من المصدر .
EmfEllipse()
يبدأ مثالًا جديدًا من فئة Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfEllipse.
public EmfEllipse()
Properties
Box
يحصل أو يضع كائن RectL 128 بت (WMF) ، كما هو موضح في [MS-WMF] القسم 2.2.2.19 ، والذييحدد المستطيل الحدودي المتضمن.
public Rectangle Box { get; set; }