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