EmfAlphaBlend

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfBitmapRecordType

public final class EmfAlphaBlend extends EmfBitmapRecordType

The EMR_ALPHABLEND record specifies a block transfer of pixels from a source bitmap to a destination rectangle, including alpha transparency data, according to a specified blending operation.

Constructors

ConstructorDescription
EmfAlphaBlend(EmfRecord source)Initializes a new instance of the EmfAlphaBlend class.

Methods

MethodDescription
getBounds()Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units.
setBounds(Rectangle value)Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units.
getXDest()Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle.
setXDest(int value)Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle.
getYDest()Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle.
setYDest(int value)Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle.
getCxDest()Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle.
setCxDest(int value)Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle.
getCyDest()Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle.
setCyDest(int value)Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle.
getBlendFunction()Gets or sets a structure that specifies the blending operations for source and destination bitmaps
setBlendFunction(EmfBlendFunction value)Gets or sets a structure that specifies the blending operations for source and destination bitmaps
getXSrc()Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle.
setXSrc(int value)Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle.
getYSrc()Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle.
setYSrc(int value)Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle.
getXformSr()Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
setXformSr(Matrix value)Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.
getBkSrcArgb32Color()Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap.
setBkSrcArgb32Color(int value)Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap.
getUsageSrc()Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header.
setUsageSrc(int value)Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header.
getCxSrc()Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle.
setCxSrc(int value)Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle.
getCySrc()Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle.
setCySrc(int value)Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle.
getSourceBitmap()Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record.
setSourceBitmap(WmfDeviceIndependentBitmap value)Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record.

EmfAlphaBlend(EmfRecord source)

public EmfAlphaBlend(EmfRecord source)

Initializes a new instance of the EmfAlphaBlend class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

getBounds()

public Rectangle getBounds()

Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units.

Returns: Rectangle

setBounds(Rectangle value)

public void setBounds(Rectangle value)

Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that defines the destination bounding rectangle in device units.

Parameters:

ParameterTypeDescription
valueRectangle

getXDest()

public int getXDest()

Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle.

Returns: int

setXDest(int value)

public void setXDest(int value)

Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the destination rectangle.

Parameters:

ParameterTypeDescription
valueint

getYDest()

public int getYDest()

Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle.

Returns: int

setYDest(int value)

public void setYDest(int value)

Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the destination rectangle.

Parameters:

ParameterTypeDescription
valueint

getCxDest()

public int getCxDest()

Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. This value MUST be greater than zero.

Returns: int

setCxDest(int value)

public void setCxDest(int value)

Gets or sets a 32-bit signed integer that specifies the logical width of the destination rectangle. This value MUST be greater than zero.

Parameters:

ParameterTypeDescription
valueint

getCyDest()

public int getCyDest()

Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. This value MUST be greater than zero.

Returns: int

setCyDest(int value)

public void setCyDest(int value)

Gets or sets a 32-bit signed integer that specifies the logical height of the destination rectangle. This value MUST be greater than zero.

Parameters:

ParameterTypeDescription
valueint

getBlendFunction()

public EmfBlendFunction getBlendFunction()

Gets or sets a structure that specifies the blending operations for source and destination bitmaps

Returns: EmfBlendFunction

setBlendFunction(EmfBlendFunction value)

public void setBlendFunction(EmfBlendFunction value)

Gets or sets a structure that specifies the blending operations for source and destination bitmaps

Parameters:

ParameterTypeDescription
valueEmfBlendFunction

getXSrc()

public int getXSrc()

Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle.

Returns: int

setXSrc(int value)

public void setXSrc(int value)

Gets or sets a 32-bit signed integer that specifies the logical x-coordinate of the upper-left corner of the source rectangle.

Parameters:

ParameterTypeDescription
valueint

getYSrc()

public int getYSrc()

Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle.

Returns: int

setYSrc(int value)

public void setYSrc(int value)

Gets or sets a 32-bit signed integer that specifies the logical y-coordinate of the upper-left corner of the source rectangle.

Parameters:

ParameterTypeDescription
valueint

getXformSr()

public Matrix getXformSr()

Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.

Returns: Matrix

setXformSr(Matrix value)

public void setXformSr(Matrix value)

Gets or sets an XForm object (section 2.2.28) that specifies a world-space to page-space transform to apply to the source bitmap.

Parameters:

ParameterTypeDescription
valueMatrix

getBkSrcArgb32Color()

public int getBkSrcArgb32Color()

Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap.

Value: The 32-bit ARGB color

Returns: int

setBkSrcArgb32Color(int value)

public void setBkSrcArgb32Color(int value)

Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8 that specifies the background color of the source bitmap.

Value: The 32-bit ARGB color

Parameters:

ParameterTypeDescription
valueint

getUsageSrc()

public int getUsageSrc()

Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9).

Returns: int

setUsageSrc(int value)

public void setUsageSrc(int value)

Gets or sets a 32-bit unsigned integer that specifies how to interpret values in the color table in the source bitmap header. This value MUST be in the DIBColors enumeration (section 2.1.9).

Parameters:

ParameterTypeDescription
valueint

getCxSrc()

public int getCxSrc()

Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. This value MUST be greater than zero.

Returns: int

setCxSrc(int value)

public void setCxSrc(int value)

Gets or sets a 32-bit signed integer that specifies the logical width of the source rectangle. This value MUST be greater than zero.

Parameters:

ParameterTypeDescription
valueint

getCySrc()

public int getCySrc()

Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. This value MUST be greater than zero.

Returns: int

setCySrc(int value)

public void setCySrc(int value)

Gets or sets a 32-bit signed integer that specifies the logical height of the source rectangle. This value MUST be greater than zero.

Parameters:

ParameterTypeDescription
valueint

getSourceBitmap()

public WmfDeviceIndependentBitmap getSourceBitmap()

Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record. Accordingly, fields in this buffer that are labeled “UndefinedSpace” are optional and MUST be ignored.

Returns: WmfDeviceIndependentBitmap

setSourceBitmap(WmfDeviceIndependentBitmap value)

public void setSourceBitmap(WmfDeviceIndependentBitmap value)

Gets or sets a buffer containing the source bitmap, which is not required to be contiguous with the fixed portion of the EMR_ALPHABLEND record. Accordingly, fields in this buffer that are labeled “UndefinedSpace” are optional and MUST be ignored.

Parameters:

ParameterTypeDescription
valueWmfDeviceIndependentBitmap