AddFrame method (ILEADRasterProcess)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AddFrame(ILEADRaster *pRaster, ILEADRaster *pRasterFrame, VARIANT_BOOL bKeepFrameState, VARIANT_BOOL bUseMask, OLE_COLOR crMask, short SmoothEdge, AddFrameLocationConstants Location, AddFrameQualityConstants Quality);

Overview

Refer to Combining Images.

Remarks

(DigitalPaint only) Adds a frame to the bitmap. The frame is specified by the method's parameters.

This method does not support 12 and 16-bit grayscale and 48 and 64-bit color images. If the image is 12 and 16-bit grayscale and 48 and 64-bit color, the function will not return an error.

This method does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this method.

See Also

Elements

AddBorder method

Topics

Image Processing

 

Using Color Values in LEADTOOLS