WmfPaintRegion Class
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 | Description |
|---|---|
| WmfPaintRegion() | Initializes a new instance of the WmfSelectClipRegion class. |
| WmfPaintRegion(region) | Initializes a new instance of the WmfSelectClipRegion class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| region_index | int | r/w | Gets or sets the index of the region. |
Constructor: WmfPaintRegion()
WmfPaintRegion()
Initializes a new instance of the WmfSelectClipRegion class.
Constructor: WmfPaintRegion(region)
WmfPaintRegion(region)
Initializes a new instance of the WmfSelectClipRegion class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| region | WmfGraphicObject | The region. |