فئة EmfPlusFillPie
محتويات
[
يخفي
]Summary: The EmfPlusFillPie record specifies filling a section of the interior of an ellipse
Module: aspose.imaging.fileformats.emf.emfplus.records
Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusFillPie
Inheritance: EmfPlusDrawingRecordType
Constructors
| Name | الوصف |
|---|---|
| EmfPlusFillPie(source) | يُنشئ مثيلًا جديدًا من الفئة EmfPlusFillPie . |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| brush_id | int | r/w | يحصل أو يعيّن معرف الفرشاة عدد صحيح غير موقع 32-بت يحدد الفرشاة، محتواها يُحدّد ببت S في حقل Flags. |
| مضغوط | bool | r/w | يحصل أو يعيّن قيمة تشير إلى ما إذا كانت PointData مضغوطة. إذا تم الضبط، يحتوي RectData على كائن EmfPlusRect (القسم 2.2.2.38). إذا لم يتم الضبط، يحتوي RectData على كائن EmfPlusRectF (القسم 2.2.2.39). |
| data_size | int | r/w | يحصل أو يعيّن عددًا صحيحًا غير موقع 32 بت يجب أن يحدد عدد البايتات المتوافقة مع 32 بت في حقل RecordData التالي. لا تشمل هذه العدد رأس السجل البالغ 12 بايت. |
| العلامات | int | r/w | يحصل أو يعيّن عددًا صحيحًا غير موقع 16 بت يحتوي على معلومات لبعض السجلات حول كيفية تنفيذ العملية وعلى بنية السجل. |
| is_color | bool | r/w | الحصول أو تعيين قيمة تشير إلى ما إذا كان هذا المثيل لونيًا. إذا تم تعيينه، يحدد BrushId لونًا ككائن EmfPlusARGB (القسم 2.2.2.1). إذا لم يتم تعيينه، يحتوي BrushId على فهرس كائن EmfPlusBrush (القسم 2.2.1.1) في جدول كائنات EMF+. |
| rect_data | RectangleF | r/w | يحصل أو يضبط بيانات المستطيل Either an EmfPlusRect or EmfPlusRectF object that defines the bounding box of the ellipse that contains the pie wedge. This rectangle defines the position, size, and shape of the pie. The type of object in this field is specified by the value of the Flags field. |
| الحجم | int | r/w | يحصل أو يعيّن عددًا صحيحًا غير موقع 32 بت يحدد عدد البايتات المتوافقة مع 32 بت في السجل بالكامل، بما في ذلك رأس السجل البالغ 12 بايت والبيانات الخاصة بالسجل. |
| start_angle | float | r/w | يحصل أو يضبط زاوية البداية A 32-bit, non-negative floating-point value that specifies the angle between the x-axis and the starting point of the pie wedge. Any value is acceptable, but it MUST be interpreted modulo 360, with the result that is used being in the range 0.0 inclusive to 360.0 exclusive. |
| sweep_angle | float | r/w | يحصل أو يضبط زاوية المسح A 32-bit floating-point value that specifies the extent of the arc that defines the pie wedge to draw, as an angle in degrees measured from the starting point defined by the StartAngle value. Any value is acceptable, but it MUST be clamped to -360.0 to 360.0 inclusive. A positive value indicates that the sweep is defined in a clockwise direction, and a negative value indicates that the sweep is defined in a counter-clockwise direction. |
| type | EmfPlusRecordType | r | يحصل على عدد صحيح غير موقع 16 بت يحدد نوع السجل. |
Constructor: EmfPlusFillPie(source)
EmfPlusFillPie(source)
يُنشئ مثيلًا جديدًا من الفئة EmfPlusFillPie .
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| source | EmfPlusRecord | المصدر. |