Funktionreferenz


_WinAPI_FlattenPath


Transforms any curves in the path that is selected into the current DC, turning each curve into a sequence of lines

#include <WinAPIGdi.au3>
_WinAPI_FlattenPath ( $hDC )

Parameter

$hDC Handle to a device context that contains a valid path.

Rückgabewert

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information

Bemerkungen

None.

Siehe auch

Suche nach FlattenPath in der MSDN Bibliothek.