Description
Gets the custom end cap currently set for this
Pen
object.
Syntax
GpStatus WINGDIPAPI GdipGetPenCustomEndCap(
GpPen *pen,
GpCustomLineCap** customCap
);
PowerBASIC Syntax
DECLARE FUNCTION GdipGetPenCustomEndCap ( _
BYVAL pen AS
DWORD, _
BYREF customCap
AS DWORD _
) AS LONG
Parameters
pen
[in] Pointer to the
Pen
object.
customCap
[out] Pointer to a variable that receives the
custom end cap of this Pen object.
|