Description
Sets the width of the arrow cap. The width is the distance between
the endpoints of the base of the arrow.
Syntax
GpStatus WINGDIPAPI
GdipSetAdjustableArrowCapWidth(
GpAdjustableArrowCap* cap,
REAL width
);
PowerBASIC Syntax
DECLARE FUNCTION
GdipSetAdjustableArrowCapWidth _
BYVAL cap AS
DWORD, _
BYVAL nWidth AS
SINGLE _
) AS LONG
Parameters
cap
[in] Pointer to the arrow cap.
width
[in] Single precision value that specifies the distance, in units,
between the two corners of the base of the arrow.
|