Description
Sets the height of the arrow cap. This is the distance from the base
of the arrow to its vertex.
Syntax
GpStatus WINGDIPAPI
GdipSetAdjustableArrowCapHeight(
GpAdjustableArrowCap* cap,
REAL height
);
PowerBASIC Syntax
DECLARE FUNCTION
GdipSetAdjustableArrowCapHeight _
BYVAL cap AS
DWORD, _
BYVAL nHeight
AS SINGLE _
) AS LONG
Parameters
cap
[in] Pointer to the arrow cap.
height
[in] Single precision value that specifies the height, in units, for
the arrow cap.
|