|
Description
Reverses the order of the points that define
this path's lines and curves.
Syntax
GpStatus WINGDIPAPI GdipReversePath(
GpPath* path
);
PowerBASIC Syntax
DECLARE FUNCTION GdipReversePath ( _
BYVAL path AS
DWORD _
) AS LONG
Parameters
path
[in] Pointer to a GraphicsPath
object.
|