فئة EmfPlusDrawPie

Summary: The EmfPlusDrawPie record specifies drawing a section of the interior of an ellipse.

Module: aspose.imaging.fileformats.emf.emfplus.records

Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusDrawPie

Inheritance: EmfPlusDrawingRecordType

Constructors

Nameالوصف
EmfPlusDrawPie(source)إنشاء نسخة جديدة من الفئة EmfPlusDrawPie .

Properties

NameTypeAccessالوصف
مضغوطboolr/wيحصل أو يعيّن قيمة تشير إلى ما إذا كانت PointData مضغوطة.
إذا تم الضبط، يحتوي RectData على كائن EmfPlusRect (القسم 2.2.2.38).
إذا لم يتم الضبط، يحتوي RectData على كائن EmfPlusRectF (القسم 2.2.2.39).
data_sizeintr/wيحصل أو يعيّن عددًا صحيحًا غير موقع 32 بت يجب أن يحدد عدد البايتات المتوافقة مع 32 بت في حقل RecordData التالي.
لا تشمل هذه العدد رأس السجل البالغ 12 بايت.
العلاماتintr/wيحصل أو يعيّن عددًا صحيحًا غير موقع 16 بت يحتوي على معلومات لبعض السجلات حول كيفية تنفيذ العملية وعلى بنية السجل.
object_idSystem.Byter/wالحصول أو تعيين معرف الكائن.
فهرس كائن EmfPlusPen (القسم 2.2.1.7) في جدول كائنات EMF+ لرسم الفطيرة. يجب أن تكون القيمة بين 0 و 63 شاملًا.
rect_dataRectangleFr/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.
الحجمintr/wيحصل أو يعيّن عددًا صحيحًا غير موقع 32 بت يحدد عدد البايتات المتوافقة مع 32 بت في السجل بالكامل، بما في ذلك رأس السجل البالغ 12 بايت والبيانات الخاصة بالسجل.
start_anglefloatr/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_anglefloatr/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.
typeEmfPlusRecordTyperيحصل على عدد صحيح غير موقع 16 بت يحدد نوع السجل.

Constructor: EmfPlusDrawPie(source)

 EmfPlusDrawPie(source) 

إنشاء نسخة جديدة من الفئة EmfPlusDrawPie .

Parameters:

معاملنوعالوصف
sourceEmfPlusRecordالمصدر.