WmfFillRegion فئة
Summary: The META_FILLREGION record fills a region using a specified brush.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfFillRegion
Inheritance: WmfObject
Constructors
| Name | الوصف |
|---|---|
| WmfFillRegion() | يُنشئ مثيلاً جديدًا من الفئة WmfFillRegion |
| WmfFillRegion(region, brush) | يُنشئ مثيلاً جديدًا من الفئة WmfFillRegion |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| brush_index | int | r/w | يحصل أو يعيّن فهرس الفرشاة. |
| region_index | int | r/w | يحصل أو يضبط فهرس المنطقة. |
Constructor: WmfFillRegion()
WmfFillRegion()
يُنشئ مثيلاً جديدًا من الفئة WmfFillRegion
Constructor: WmfFillRegion(region, brush)
WmfFillRegion(region, brush)
يُنشئ مثيلاً جديدًا من الفئة WmfFillRegion
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| region | WmfGraphicObject | المنطقة. |
| brush | WmfGraphicObject | الفرشاة. |