PSSetBorderColor()

Syntax

Function PSSetBorderColor(nColor)
TPageScript:SetBorderColor(nColor)

Returns

The old value.

Description

Call PSSetBorderColor() to set the default border color used by PageScript 32 when drawing shapes such as Ellipses and Frames. If you pass APS_DEFAULT as the border color, the default border color is used instead.

Arguments

nColor Color is an Integer value that may either be a predefined color value (See PageScript 32 colors) or a RGB color value.