WmfPaintRegion 类
Summary: The META_PAINTREGION record paints the specified region by using the
brush that is defined in the playback device context.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfPaintRegion
Inheritance: WmfObject
Constructors
| Name | 描述 |
|---|---|
| WmfPaintRegion() | 初始化 WmfSelectClipRegion 类的新实例。 |
| WmfPaintRegion(region) | 初始化 WmfSelectClipRegion 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| region_index | int | r/w | 获取或设置区域的索引。 |
Constructor: WmfPaintRegion()
WmfPaintRegion()
初始化 WmfSelectClipRegion 类的新实例。
Constructor: WmfPaintRegion(region)
WmfPaintRegion(region)
初始化 WmfSelectClipRegion 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| region | WmfGraphicObject | 该区域。 |