SetColor Method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPAttrInterface

Declaration

procedure SetColor(Color: TColor);

Description

This method is used to set the font color for characters. The parameter is a RGB value.

 

In .NET applications you can use the utility function ToRGB to convert a Color member into a RGB value. Example:

WPDLLInt1.ToRGB(Color.Red)

.


[idh_iwpattrinterface_setcolor.htm]    Copyright © 2007 by WPCubed GmbH