WmfSelectClipRegion 类
Summary: The META_SELECTCLIPREGION record specifies a Region Object (section 2.2.1.5) to be the current clipping region.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfSelectClipRegion
Inheritance: WmfObject
Constructors
| Name | 描述 |
|---|---|
| WmfSelectClipRegion() | 初始化 WmfSelectClipRegion 类的新实例。 |
| WmfSelectClipRegion(region) | 初始化 WmfSelectClipRegion 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| object_index | int | r/w | 获取或设置对象的索引。 |
Constructor: WmfSelectClipRegion()
WmfSelectClipRegion()
初始化 WmfSelectClipRegion 类的新实例。
Constructor: WmfSelectClipRegion(region)
WmfSelectClipRegion(region)
初始化 WmfSelectClipRegion 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| region | WmfGraphicObject | 该区域。 |