WmfFrameRegion
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfFrameRegion extends WmfObject
The wmf frame region object.
Constructors
| Constructor | Description |
|---|---|
| WmfFrameRegion() | Initializes a new instance of the WmfFillRegion class. |
| WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush) | Initializes a new instance of the WmfFillRegion class. |
Methods
| Method | Description |
|---|---|
| getRegionIndex() | Gets or sets the index of the region. |
| setRegionIndex(int value) | Gets or sets the index of the region. |
| getBrushIndex() | Gets or sets the index of the brush. |
| setBrushIndex(int value) | Gets or sets the index of the brush. |
| getHeight() | Gets or sets the height. |
| setHeight(short value) | Gets or sets the height. |
| getWidth() | Gets or sets the width. |
| setWidth(short value) | Gets or sets the width. |
WmfFrameRegion()
public WmfFrameRegion()
Initializes a new instance of the WmfFillRegion class.
WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)
public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)
Initializes a new instance of the WmfFillRegion class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| region | WmfGraphicObject | The region. |
| brush | WmfGraphicObject | The brush. |
getRegionIndex()
public int getRegionIndex()
Gets or sets the index of the region.
Value: Index into the WMF Object Table to get the region to be filled.
Returns: int
setRegionIndex(int value)
public void setRegionIndex(int value)
Gets or sets the index of the region.
Value: Index into the WMF Object Table to get the region to be filled.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getBrushIndex()
public int getBrushIndex()
Gets or sets the index of the brush.
Value: Index into the WMF Object Table to get the brush to use for filling the region.
Returns: int
setBrushIndex(int value)
public void setBrushIndex(int value)
Gets or sets the index of the brush.
Value: Index into the WMF Object Table to get the brush to use for filling the region.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getHeight()
public short getHeight()
Gets or sets the height.
Value: The height, in logical units, of the region frame.
Returns: short
setHeight(short value)
public void setHeight(short value)
Gets or sets the height.
Value: The height, in logical units, of the region frame.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |
getWidth()
public short getWidth()
Gets or sets the width.
Value: The width, in logical units, of the region frame.
Returns: short
setWidth(short value)
public void setWidth(short value)
Gets or sets the width.
Value: The width, in logical units, of the region frame.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short |