LBitmapWindow::SetPatternForeColor
#include "ltwrappr.h"
L_VOID LBitmapWindow::SetPatternForeColor(PatternForeColor)
| COLORREF PatternForeColor; | /* the foreground color for drawing patterns */ | 
Sets the foreground color used for drawing patterns.
| Parameter | Description | 
| PatternForeColor | The foreground color for drawing patterns. | 
Returns
None
Comments
The default is RGB(255,123,24).
Required DLLs and Libraries
| LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | |
| Topics: | |
| 
 | 
Example
For an example, refer to LBitmapWindow::SetROP3.