Description
Sets the end cap for this
Pen
object.
Syntax
GpStatus WINGDIPAPI GdipSetPenEndCap(
GpPen *pen,
GpLineCap endCap
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSetPenEndCap ( _
BYVAL pen AS
DWORD, _
BYVAL endCap AS
LONG _
) AS LONG
Parameters
pen
[in] Pointer to the
Pen
object.
endCap
[in] Element of the
LineCap
enumeration that specifies the end cap of a line.
|