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

ConstructorDescription
WmfFrameRegion()Initializes a new instance of the WmfFillRegion class.
WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)Initializes a new instance of the WmfFillRegion class.

Methods

MethodDescription
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:

ParameterTypeDescription
regionWmfGraphicObjectThe region.
brushWmfGraphicObjectThe 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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueshort

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:

ParameterTypeDescription
valueshort