WmfFrameRegion Class
Contents
[
Hide
]Summary: The wmf frame region object.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfFrameRegion
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfFrameRegion() | Initializes a new instance of the WmfFillRegion class. |
WmfFrameRegion(region, brush) | Initializes a new instance of the WmfFillRegion class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
brush_index | int | r/w | Gets or sets the index of the brush. |
height | short | r/w | Gets or sets the height. |
region_index | int | r/w | Gets or sets the index of the region. |
width | short | r/w | Gets or sets the width. |
Constructor: WmfFrameRegion()
WmfFrameRegion()
Initializes a new instance of the WmfFillRegion class.
Constructor: WmfFrameRegion(region, brush)
WmfFrameRegion(region, brush)
Initializes a new instance of the WmfFillRegion class.
Parameters:
Parameter | Type | Description |
---|---|---|
region | WmfGraphicObject | The region. |
brush | WmfGraphicObject | The brush. |