AddBorder method (Main Control)

Visual Basic example
Visual C++ 5.0 example

Syntax short AddBorder(float fLeftThickness, float fTopThickness, float fRightThickness, float fBottomThickness, short nLocation, short nStyle, short nEffectStyle, OLE_HANDLE hTileBitmap, short nGradientStyle, OLE_COLOR crGradientStart, OLE_COLOR crGradientEnd, short nCurveIntensity, BOOL bSoftCurve, BOOL bShadow, short nShadowSize, short nShadowDirection, BOOL bBumpyShadow);

Overview:  Refer to Combining Images.

Remarks

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

This method supports 12 and 16-bit grayscale images. Support for 12 and 16-bit grayscale images is available only in the Document/Medical toolkits.

See Also

Elements:  AddFrame method

Topics:  Image Processing