OBJSetPenΒΆ
OBJSetPen sets the pen of an drawing object. The pen is used to draw the edge line of the object.
- bool = OBJSetPen(hobj, hPen)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hobj
hobj identifies a line, text, rectangle, ellipse or layer (diagram) object.
- hPen
hPen is the handle of the pen.
See also
id-928791